mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
cli: mark unicode filenames as unsupported -- see #534 for details
This commit is contained in:
parent
883e51b02d
commit
9f117dbe8f
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user