~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_selftest.py

  • Committer: Robert Collins
  • Date: 2006-05-24 12:55:08 UTC
  • mto: (1725.2.8 commit)
  • mto: This revision was merged to the branch mainline in revision 1729.
  • Revision ID: robertc@robertcollins.net-20060524125508-c98a4e3aa70a8bb3
Bugfix missing search-and-replace of TestResult.

Show diffs side-by-side

added added

removed removed

Lines of Context:
399
399
 
400
400
    def test_progress_bar_style_quiet(self):
401
401
        # test using a progress bar.
402
 
        dummy_test = TestResult('test_progress_bar_style_quiet')
 
402
        dummy_test = TestTestResult('test_progress_bar_style_quiet')
403
403
        dummy_error = (Exception, None, [])
404
404
        mypb = MockProgress()
405
405
        mypb.update('Running tests', 0, 4)