projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
883e51b
)
cli: mark unicode filenames as unsupported -- see #534 for details
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 24 Dec 2008 20:28:02 +0000
(13:28 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 24 Dec 2008 20:28:02 +0000
(13:28 -0700)
src/allmydata/test/test_cli.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_cli.py
b/src/allmydata/test/test_cli.py
index 9b0308d96d52406de44a0b479099a9eeadda60b4..e9071d0613cd8f11908f81630b7a27066c6b6cfb 100644
(file)
--- 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."