try to fix failure in test_bad_address on some buildbots

This commit is contained in:
Antoine Pitrou 2008-12-14 22:33:55 +00:00
parent 655fbf1806
commit 122388a5a5
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ class TestUrlopen(unittest.TestCase):
# domain will be spared to serve its defined
# purpose.
# urllib2.urlopen, "http://www.sadflkjsasadf.com/")
urllib2.urlopen, "http://www.python.invalid./")
urllib2.urlopen, "http://sadflkjsasf.i.nvali.d/")
def test_main():