~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge from bzr.dev

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.