]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix run_with_stack_context test.
authorBen Darnell <ben@bendarnell.com>
Mon, 24 Jun 2013 23:39:25 +0000 (16:39 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 24 Jun 2013 23:39:25 +0000 (16:39 -0700)
commitcb0dd065eda6bc57bf26f944558c80d08d56efa1
tree50708883947ed3123ad04add394109a79b7d0adb
parent913997eb3c53d8ada27820e9cb15d24851ef7a90
Fix run_with_stack_context test.

This test would never fail because it didn't check the result of its
Future.  Thanks to Florian Ludwig for pointing this out.
tornado/test/stack_context_test.py