/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/test_selftest.py

  • Committer: Aaron Bentley
  • Date: 2007-02-09 07:16:20 UTC
  • mfrom: (2272 +trunk)
  • mto: (2255.6.1 dirstate)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: aaron.bentley@utoronto.ca-20070209071620-gp2n7vtjyb0f2x1e
Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
853
853
        self.assertContainsRe(
854
854
            output_stream.getvalue(),
855
855
            r"\d+ms/ +\d+ms\n$")
856
 
        
 
856
 
 
857
    def test_hooks_sanitised(self):
 
858
        """The bzrlib hooks should be sanitised by setUp."""
 
859
        self.assertEqual(bzrlib.branch.BranchHooks(),
 
860
            bzrlib.branch.Branch.hooks)
 
861
 
857
862
    def test__gather_lsprof_in_benchmarks(self):
858
863
        """When _gather_lsprof_in_benchmarks is on, accumulate profile data.
859
864