]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
cli: mark unicode filenames as unsupported -- see #534 for details
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 24 Dec 2008 20:28:02 +0000 (13:28 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 24 Dec 2008 20:28:02 +0000 (13:28 -0700)
src/allmydata/test/test_cli.py

index 9b0308d96d52406de44a0b479099a9eeadda60b4..e9071d0613cd8f11908f81630b7a27066c6b6cfb 100644 (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."