~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_progress.py

remove all trailing whitespace from bzr source

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        self.assertEqual(self.top.child_fraction, 1)
89
89
 
90
90
    def test_implementations(self):
91
 
        for implementation in (TTYProgressBar, DotsProgressBar, 
 
91
        for implementation in (TTYProgressBar, DotsProgressBar,
92
92
                               DummyProgress):
93
93
            self.check_parent_handling(implementation)
94
94