/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-07-20 04:22:47 UTC
  • mto: This revision was merged to the branch mainline in revision 4551.
  • Revision ID: mbp@sourcefrog.net-20090720042247-8ayxem3zn4r012ta
More selftest display test tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
        if benchmark_time is not None:
198
198
            return self._formatTime(benchmark_time) + "*"
199
199
        else:
200
 
            return self._elapsedTestTimeString() + " "
 
200
            return self._elapsedTestTimeString()
201
201
 
202
202
    def _formatTime(self, seconds):
203
203
        """Format seconds as milliseconds with leading spaces."""