]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
test_web.py: fix test_GET_DIRECTORY_html_filenode_encoding for Twisted==12.3.0. fixes... 31/head
authorMike Kazantsev <mk.fraggod@gmail.com>
Wed, 27 Feb 2013 17:14:58 +0000 (23:14 +0600)
committerfraggod@sacrilege <mk.fraggod@gmail.com>
Wed, 27 Feb 2013 17:21:38 +0000 (23:21 +0600)
commit0f499873b043f6e6df86121564b84783b0444fb5
tree97063207ebbdfeaa6d1d88a7a3626c3839debb67
parentcdf1752a5d20e050276a32a322b6a508369f1f30
test_web.py: fix test_GET_DIRECTORY_html_filenode_encoding for Twisted==12.3.0. fixes #1922

twisted.web.html.escape was used to produce html-encoded string (to then look
it up in "value" attribute), but behavior of that function has changed between
Twisted 12.2.0 (simple custom implementation) and 12.3.0 (imported from stdlib
cgi module).
src/allmydata/test/test_web.py