~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_ui.py

remove all trailing whitespace from bzr source

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
        pb1.finished()
152
152
 
153
153
    def test_progress_stack(self):
154
 
        # test the progress bar stack which the default text factory 
 
154
        # test the progress bar stack which the default text factory
155
155
        # uses.
156
156
        stderr = StringIO()
157
157
        stdout = StringIO()