19
19
from bzrlib.tests import TestCase, TestCaseWithTransport
20
20
from PyQt4 import QtCore, QtGui
23
22
from bzrlib.plugins.qbzr.lib.cat import QBzrCatWindow
32
27
def test_show_cat_change_encoding(self):
33
28
tree = self.make_branch_and_tree('branch')
34
29
self.build_tree_contents([('branch/a', 'foo\n')])