~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_selftest.py

  • Committer: Vincent Ladeuil
  • Date: 2008-01-03 08:49:38 UTC
  • mfrom: (3111.1.31 175524)
  • mto: This revision was merged to the branch mainline in revision 3158.
  • Revision ID: v.ladeuil+lp@free.fr-20080103084938-7kvurk5uvde2ui54
Fix bug #175524, http test servers are 1.1 compliant

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