From ee9023c3a9f21d5a6c52dadc50a7400384302590 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Thu, 28 Jan 2010 13:11:57 -0800 Subject: [PATCH] test_urllib2 is a bit funky --- tests/stdlib/test_urllib2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/stdlib/test_urllib2.py b/tests/stdlib/test_urllib2.py index 14e6483..ac172a7 100644 --- a/tests/stdlib/test_urllib2.py +++ b/tests/stdlib/test_urllib2.py @@ -8,6 +8,7 @@ patcher.inject('test.test_urllib2', ('urllib2', urllib2)) HandlerTests.test_file = patcher.patch_function(HandlerTests.test_file, ('socket', socket)) +HandlerTests.test_cookie_redirect = patcher.patch_function(HandlerTests.test_cookie_redirect, ('urllib2', urllib2)) try: OpenerDirectorTests.test_badly_named_methods = patcher.patch_function(OpenerDirectorTests.test_badly_named_methods, ('urllib2', urllib2)) except AttributeError: