]> granicus.if.org Git - python/commitdiff
modify other occurrence of test_bad_address
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 15 Dec 2008 00:39:51 +0000 (00:39 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 15 Dec 2008 00:39:51 +0000 (00:39 +0000)
Lib/test/test_urllibnet.py

index 58fe282d3111379c851e7ecc658796c612a18393..ffb8b988910dd3195c14eda4d002aaf2c0ce85ec 100644 (file)
@@ -137,7 +137,7 @@ class urlopenNetworkTests(unittest.TestCase):
                           # domain will be spared to serve its defined
                           # purpose.
                           # urllib.urlopen, "http://www.sadflkjsasadf.com/")
-                          urllib.urlopen, "http://www.python.invalid./")
+                          urllib.urlopen, "http://sadflkjsasf.i.nvali.d/")
 
 class urlretrieveNetworkTests(unittest.TestCase):
     """Tests urllib.urlretrieve using the network."""