]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix web_test for python 3.5a1.
authorBen Darnell <ben@bendarnell.com>
Wed, 18 Feb 2015 22:17:26 +0000 (17:17 -0500)
committerBen Darnell <ben@bendarnell.com>
Wed, 18 Feb 2015 22:18:59 +0000 (17:18 -0500)
commit9eb8520d1ce27762cbba41574641d175b430d6c5
treef7c1939f2adf58a0c53dceb614c8013d432bc5d6
parentd4982e8b9a040c56596faa08c1b8d41368d7294a
Fix web_test for python 3.5a1.

Compare strings case-insensitively since the behavior of the
cookie library has changed.
tornado/test/web_test.py