From: Antoine Pitrou Date: Mon, 15 Dec 2008 00:39:51 +0000 (+0000) Subject: modify other occurrence of test_bad_address X-Git-Tag: v2.7a1~2541 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5b64a70ac5fb7497b9757d4d0ddc9ccdc2f64b;p=thirdparty%2FPython%2Fcpython.git modify other occurrence of test_bad_address --- diff --git a/Lib/test/test_urllibnet.py b/Lib/test/test_urllibnet.py index 58fe282d3111..ffb8b988910d 100644 --- a/Lib/test/test_urllibnet.py +++ b/Lib/test/test_urllibnet.py @@ -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."""