Kaydet (Commit) 3facb8cc authored tarafından Benjamin Peterson's avatar Benjamin Peterson

running tests enables us to discover that they actually work

üst d741d2b2
...@@ -191,7 +191,7 @@ class OtherNetworkTests(unittest.TestCase): ...@@ -191,7 +191,7 @@ class OtherNetworkTests(unittest.TestCase):
# Verify that those work properly. (#issue12576) # Verify that those work properly. (#issue12576)
URL = 'http://www.imdb.com' # No Connection:close URL = 'http://www.imdb.com' # No Connection:close
with test_support.transient_internet(url): with test_support.transient_internet(URL):
req = urllib2.urlopen(URL) req = urllib2.urlopen(URL)
res = req.read() res = req.read()
self.assertTrue(res) 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