modify other occurrence of test_bad_address

This commit is contained in:
Antoine Pitrou 2008-12-15 00:39:51 +00:00
parent 122388a5a5
commit cc5b64a70a
1 changed files with 1 additions and 1 deletions

View File

@ -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."""