diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2008-12-14 22:33:55 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2008-12-14 22:33:55 (GMT) |
commit | 122388a5a5b02add4f09d2d578f5efc69d410f0a (patch) | |
tree | 1109ced3e84df89d68e3e09a1c64ce43e0355f1c /Lib | |
parent | 655fbf18068626c86f487ce94771fdd22b784ae8 (diff) | |
download | cpython-122388a5a5b02add4f09d2d578f5efc69d410f0a.zip cpython-122388a5a5b02add4f09d2d578f5efc69d410f0a.tar.gz cpython-122388a5a5b02add4f09d2d578f5efc69d410f0a.tar.bz2 |
try to fix failure in test_bad_address on some buildbots
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_urllib2_localnet.py | 2 |
1 files changed, 1 insertions, 1 deletions
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(): |