~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_ui.py

  • Committer: Andrew Bennetts
  • Date: 2011-02-14 12:03:05 UTC
  • mto: This revision was merged to the branch mainline in revision 5664.
  • Revision ID: andrew.bennetts@canonical.com-20110214120305-7l7iu1h6f13voeo7
Add release note.

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.knitpack_repo import RepositoryFormatKnitPack5
 
235
        from bzrlib.repofmt.pack_repo import RepositoryFormatKnitPack5
236
236
        err = StringIO()
237
237
        out = StringIO()
238
238
        ui = tests.TextUIFactory(stdin=None, stdout=out, stderr=err)