]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
try to fix failure in test_bad_address on some buildbots
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 14 Dec 2008 22:33:55 +0000 (22:33 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 14 Dec 2008 22:33:55 +0000 (22:33 +0000)
Lib/test/test_urllib2_localnet.py

index 43edc0995f820593dd0f1122ae25e85cfc09c309..9920134f33df66b111807d4dd9301ccf3e070bb6 100644 (file)
@@ -474,7 +474,7 @@ class TestUrlopen(unittest.TestCase):
                           # domain will be spared to serve its defined
                           # purpose.
                           # urllib2.urlopen, "http://www.sadflkjsasadf.com/")
-                          urllib2.urlopen, "http://www.python.invalid./")
+                          urllib2.urlopen, "http://sadflkjsasf.i.nvali.d/")
 
 
 def test_main():