diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2008-12-15 17:48:36 (GMT) |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2008-12-15 17:48:36 (GMT) |
| commit | 3fced65aa36f9b5f384f19418430c2dd20e044d6 (patch) | |
| tree | ad22ef1b05e7dc385aa6a7ccd6c31c87649a1242 /Lib/test/test_urllibnet.py | |
| parent | 4d2e41b1a4478d8ba08d32bc532b4b6e9e8c9bf6 (diff) | |
| download | cpython-3fced65aa36f9b5f384f19418430c2dd20e044d6.zip cpython-3fced65aa36f9b5f384f19418430c2dd20e044d6.tar.gz cpython-3fced65aa36f9b5f384f19418430c2dd20e044d6.tar.bz2 | |
Merged revisions 67777,67779 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67777 | antoine.pitrou | 2008-12-14 23:33:55 +0100 (dim., 14 déc. 2008) | 3 lines
try to fix failure in test_bad_address on some buildbots
........
r67779 | antoine.pitrou | 2008-12-15 01:39:51 +0100 (lun., 15 déc. 2008) | 1 line
modify other occurrence of test_bad_address
........
Diffstat (limited to 'Lib/test/test_urllibnet.py')
| -rw-r--r-- | Lib/test/test_urllibnet.py | 2 |
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.""" |
