~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_ui.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-08 12:04:54 UTC
  • mfrom: (5757.1.9 knitpackrepo)
  • Revision ID: pqm@pqm.ubuntu.com-20110408120454-og821s42l3dkaei2
(jelmer) Move knitpack repository format classes to
 bzrlib.repofmt.knitpack_repo. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
 
233
233
    def test_text_ui_show_user_warning(self):
234
234
        from bzrlib.repofmt.groupcompress_repo import RepositoryFormat2a
235
 
        from bzrlib.repofmt.pack_repo import RepositoryFormatKnitPack5
 
235
        from bzrlib.repofmt.knitpack_repo import RepositoryFormatKnitPack5
236
236
        err = StringIO()
237
237
        out = StringIO()
238
238
        ui = tests.TextUIFactory(stdin=None, stdout=out, stderr=err)