]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Add tests of caps from the future that have non-ASCII characters in them (encoded...
authordavid-sarah <david-sarah@jacaranda.org>
Sun, 11 Jul 2010 20:02:52 +0000 (13:02 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Sun, 11 Jul 2010 20:02:52 +0000 (13:02 -0700)
commitd346e0853d9b0b4bf83a1ce6efba460a65f84aa1
tree90a6f8d83900e28176c83e0d590dedaf5efb595c
parentca660a5fc6cb8d55c72a7cebf8294b613579c687
Add tests of caps from the future that have non-ASCII characters in them (encoded as UTF-8). The changes to test_uri.py, test_client.py, and test_dirnode.py add tests of non-ASCII future caps in addition to the current tests. The changes to test_web.py just replace the tests of all-ASCII future caps with tests of non-ASCII future caps. We also change uses of failUnlessEqual to failUnlessReallyEqual, in order to catch cases where the type of a string is not as expected.
src/allmydata/test/test_client.py
src/allmydata/test/test_dirnode.py
src/allmydata/test/test_uri.py
src/allmydata/test/test_web.py