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

  • Committer: Aaron Bentley
  • Date: 2009-03-12 07:00:36 UTC
  • mfrom: (4125 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4127.
  • Revision ID: aaron@aaronbentley.com-20090312070036-am7ni53tebog0090
Merge bzr.dev into destructive-shelve

Show diffs side-by-side

added added

removed removed

Lines of Context:
363
363
        self.pb.show_bar = False
364
364
 
365
365
    def report_starting(self):
366
 
        self.pb.update('[test 0/%d] starting...' % (self.num_tests))
 
366
        self.pb.update('[test 0/%d] Starting' % (self.num_tests))
367
367
 
368
368
    def _progress_prefix_text(self):
369
369
        # the longer this text, the less space we have to show the test
428
428
        """test cannot be run because feature is missing."""
429
429
 
430
430
    def report_cleaning_up(self):
431
 
        self.pb.update('cleaning up...')
 
431
        self.pb.update('Cleaning up')
432
432
 
433
433
    def finished(self):
434
434
        if not self._supplied_pb: