mirror of https://github.com/python/cpython
modify other occurrence of test_bad_address
This commit is contained in:
parent
122388a5a5
commit
cc5b64a70a
|
@ -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."""
|
||||
|
|
Loading…
Reference in New Issue