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

  • Committer: Martin Pool
  • Date: 2009-11-16 02:56:34 UTC
  • mto: This revision was merged to the branch mainline in revision 4880.
  • Revision ID: mbp@sourcefrog.net-20091116025634-lxfe18oxvti3qe6e
Add TextUIOutputStream.flush

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
        self.assertEqual(['clear', 'clear', 'clear'],
278
278
            clear_calls)
279
279
 
 
280
        stream.flush()
280
281
 
281
282
 
282
283
class UITests(tests.TestCase):