]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
test_web: fix webapi test around redirection issues
authorrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 11 Jun 2008 22:19:17 +0000 (15:19 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 11 Jun 2008 22:19:17 +0000 (15:19 -0700)
commitb803158de7440e4e22143c038cf6f5eb410ffb3e
tree6ff535c579093e2a7200f98b186096ca170373c4
parent9c266c2a228ba9b44694bd7cbc7b19b17762ca00
test_web: fix webapi test around redirection issues

this fixes the test_web test test_POST_upload_mutable which chdir's into
a /foo subdirectory, but then later asserts that the web ui redirects the
user back to /foo, which should really be /foo/ since it's a directory.
src/allmydata/test/test_web.py