/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: Robert Collins
  • Date: 2006-06-09 09:04:53 UTC
  • mfrom: (1755.2.1 add)
  • mto: (1755.1.2 integration)
  • mto: This revision was merged to the branch mainline in revision 1757.
  • Revision ID: robertc@robertcollins.net-20060609090453-10e94172dc5f670b
MergeĀ currentĀ head.

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
        text = tree.branch._format.get_format_description()
317
317
        self.failUnless(len(text))
318
318
 
 
319
    def test_get_commit_builder(self):
 
320
        self.assertIsInstance(self.make_branch(".").get_commit_builder([]), 
 
321
            bzrlib.repository.CommitBuilder)
 
322
 
319
323
 
320
324
class ChrootedTests(TestCaseWithBranch):
321
325
    """A support class that provides readonly urls outside the local namespace.