27
27
from bzrlib.tests import EncodingAdapter
36
34
class TestNonAscii(tests.TestCaseWithTransport):
37
35
"""Test that bzr handles files/committers/etc which are non-ascii."""
40
40
super(TestNonAscii, self).setUp()
41
41
self._check_can_encode_paths()