]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
test_dirnode and test_web: don't use failUnlessReallyEqual in cases where the return...
authordavid-sarah <david-sarah@jacaranda.org>
Sun, 18 Jul 2010 14:29:15 +0000 (07:29 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Sun, 18 Jul 2010 14:29:15 +0000 (07:29 -0700)
commit74c41ebb8bb772c26794f852fbc6a39645ea832c
tree11908be5ffa38168302c2e1b61b093e993f3853d
parent9a4a86457320fe21af744e6d8c7dcd08e7c07f63
test_dirnode and test_web: don't use failUnlessReallyEqual in cases where the return type from simplejson.loads can vary between unicode and str. Use to_str when comparing URIs parsed from JSON.
src/allmydata/test/test_dirnode.py
src/allmydata/test/test_web.py