~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_ui.py

(vila) Merge 2.0 into 2.1 including fix for bug #583667 and the
        missing NEWS section (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
399
399
 
400
400
    def test_test_ui_factory_progress(self):
401
401
        # there's no output; we just want to make sure this doesn't crash -
402
 
        # see https://bugs.edge.launchpad.net/bzr/+bug/408201
 
402
        # see https://bugs.launchpad.net/bzr/+bug/408201
403
403
        ui = tests.TestUIFactory()
404
404
        pb = ui.nested_progress_bar()
405
405
        pb.update('hello')