From 122388a5a5b02add4f09d2d578f5efc69d410f0a Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 14 Dec 2008 22:33:55 +0000 Subject: try to fix failure in test_bad_address on some buildbots --- Lib/test/test_urllib2_localnet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_urllib2_localnet.py b/Lib/test/test_urllib2_localnet.py index 43edc09..9920134 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(): -- cgit v0.12