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

  • Committer: Aaron Bentley
  • Date: 2008-01-03 22:16:35 UTC
  • mfrom: (3158 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3164.
  • Revision ID: abentley@panoramicfeedback.com-20080103221635-i0f4co2btuyjnqbf
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
    def test_benchmark_runs_benchmark_tests(self):
175
175
        """bzr selftest --benchmark should not run the default test suite."""
176
176
        # We test this by passing a regression test name to --benchmark, which
177
 
        # should result in 0 rests run.
 
177
        # should result in 0 tests run.
178
178
        old_root = TestCaseWithMemoryTransport.TEST_ROOT
179
179
        try:
180
180
            TestCaseWithMemoryTransport.TEST_ROOT = None