From: Zooko O'Whielacronx Date: Wed, 24 Dec 2008 20:28:02 +0000 (-0700) Subject: cli: mark unicode filenames as unsupported -- see #534 for details X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=9f117dbe8f7260a0b70786312b7f42c488c4bada;p=tahoe-lafs%2Ftahoe-lafs.git cli: mark unicode filenames as unsupported -- see #534 for details --- diff --git a/src/allmydata/test/test_cli.py b/src/allmydata/test/test_cli.py index 9b0308d9..e9071d06 100644 --- a/src/allmydata/test/test_cli.py +++ b/src/allmydata/test/test_cli.py @@ -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."