test_web.py: fix test_GET_DIRECTORY_html_filenode_encoding for Twisted==12.3.0. fixes #1922 #31

Merged
mk-fg merged 1 commits from 1922_fix_test_web_test_GET_DIRECTORY_html_filenode_encoding into master 2013-02-28 04:33:12 +00:00

1 Commits

Author SHA1 Message Date
Mike Kazantsev 0f499873b0 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).
2013-02-27 23:21:38 +06:00