/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/test_progress.py

merge bzr.dev r4164

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
class TestProgress(TestCase):
59
59
 
60
60
    def setUp(self):
 
61
        TestCase.setUp(self)
61
62
        q = DummyProgress()
62
63
        self.top = ChildProgress(_stack=FakeStack(q))
63
64