summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllibnet.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2008-12-15 00:39:51 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2008-12-15 00:39:51 (GMT)
commitcc5b64a70ac5fb7497b9757d4d0ddc9ccdc2f64b (patch)
tree14c0576405ac5cefc129d1c53903938727e3da03 /Lib/test/test_urllibnet.py
parent122388a5a5b02add4f09d2d578f5efc69d410f0a (diff)
downloadcpython-cc5b64a70ac5fb7497b9757d4d0ddc9ccdc2f64b.zip
cpython-cc5b64a70ac5fb7497b9757d4d0ddc9ccdc2f64b.tar.gz
cpython-cc5b64a70ac5fb7497b9757d4d0ddc9ccdc2f64b.tar.bz2
modify other occurrence of test_bad_address
Diffstat (limited to 'Lib/test/test_urllibnet.py')
-rw-r--r--Lib/test/test_urllibnet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_urllibnet.py b/Lib/test/test_urllibnet.py
index 58fe282..ffb8b98 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."""