/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: Martin Pool
  • Date: 2006-06-10 23:16:19 UTC
  • mfrom: (1759 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1761.
  • Revision ID: mbp@sourcefrog.net-20060610231619-05b997deeb005d02
[merge] bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
        result.report_results(verbose=True)
325
325
        result.report_results(verbose=False)
326
326
 
 
327
    def test_get_commit_builder(self):
 
328
        self.assertIsInstance(self.make_branch(".").get_commit_builder([]), 
 
329
            bzrlib.repository.CommitBuilder)
 
330
 
327
331
 
328
332
class ChrootedTests(TestCaseWithBranch):
329
333
    """A support class that provides readonly urls outside the local namespace.