/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/branch_implementations/test_branch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-11 08:41:33 UTC
  • mfrom: (1650.1.1 bzr.mbp.info)
  • Revision ID: pqm@pqm.ubuntu.com-20060411084133-90aab62d72535e57
(olaf) much improved bzr info output

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
        self.assertEqual(repo.bzrdir.root_transport.base,
323
323
                         child_branch.repository.bzrdir.root_transport.base)
324
324
 
 
325
    def test_format_description(self):
 
326
        tree = self.make_branch_and_tree('tree')
 
327
        text = tree.branch._format.get_format_description()
 
328
        self.failUnless(len(text))
 
329
 
325
330
 
326
331
class ChrootedTests(TestCaseWithBranch):
327
332
    """A support class that provides readonly urls outside the local namespace.