/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: Andrew Bennetts
  • Date: 2007-04-10 05:49:02 UTC
  • mfrom: (2401 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2402.
  • Revision ID: andrew.bennetts@canonical.com-20070410054902-iphhiovkapcnzl9k
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1162
1162
        """The bzrlib hooks should be sanitised by setUp."""
1163
1163
        self.assertEqual(bzrlib.branch.BranchHooks(),
1164
1164
            bzrlib.branch.Branch.hooks)
 
1165
        self.assertEqual(bzrlib.smart.server.SmartServerHooks(),
 
1166
            bzrlib.smart.server.SmartTCPServer.hooks)
1165
1167
 
1166
1168
    def test__gather_lsprof_in_benchmarks(self):
1167
1169
        """When _gather_lsprof_in_benchmarks is on, accumulate profile data.