From: Antoine Pitrou Date: Sun, 14 Dec 2008 22:33:55 +0000 (+0000) Subject: try to fix failure in test_bad_address on some buildbots X-Git-Tag: v2.7a1~2542 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122388a5a5b02add4f09d2d578f5efc69d410f0a;p=thirdparty%2FPython%2Fcpython.git try to fix failure in test_bad_address on some buildbots --- diff --git a/Lib/test/test_urllib2_localnet.py b/Lib/test/test_urllib2_localnet.py index 43edc0995f82..9920134f33df 100644 --- a/Lib/test/test_urllib2_localnet.py +++ b/Lib/test/test_urllib2_localnet.py @@ -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():