cli: mark unicode filenames as unsupported -- see #534 for details

This commit is contained in:
Zooko O'Whielacronx 2008-12-24 13:28:02 -07:00
parent 883e51b02d
commit 9f117dbe8f

View File

@ -599,3 +599,4 @@ class Cp(SystemTestMixin, CLITestMixin, unittest.TestCase):
d.addCallback(lambda (rc,out,err): self.failUnlessEqual(out, DATA2))
return d
test_unicode_filename.todo = "This behavior is not yet supported, although it does happen to work (for reasons that are ill-understood) on many platforms. See issue ticket #534."