Commit 3facb8cc authored by Benjamin Peterson's avatar Benjamin Peterson

running tests enables us to discover that they actually work

parent d741d2b2
......@@ -191,7 +191,7 @@ class OtherNetworkTests(unittest.TestCase):
# Verify that those work properly. (#issue12576)
URL = 'http://www.imdb.com' # No Connection:close
with test_support.transient_internet(url):
with test_support.transient_internet(URL):
req = urllib2.urlopen(URL)
res = req.read()
self.assertTrue(res)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment