/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: Martin Pool
  • Date: 2009-08-03 05:31:01 UTC
  • mto: This revision was merged to the branch mainline in revision 4584.
  • Revision ID: mbp@sourcefrog.net-20090803053101-x1yx8cbx2rw89a5y
selftest sets ProgressTask.show_transport_activity off

Show diffs side-by-side

added added

removed removed

Lines of Context:
396
396
        self.pb.show_count = False
397
397
        self.pb.show_bar = False
398
398
        self.pb.update_latency = 0
 
399
        self.pb.show_transport_activity = False
399
400
 
400
401
    def report_starting(self):
401
402
        self.pb.update('[test 0/%d] Starting' % (self.num_tests))