diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-08-03 00:18:09 +0000 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-08-03 00:18:09 +0000 |
commit | 7b688250d152ca0128e3dbb90c5e117230068dc5 (patch) | |
tree | 9927fe4e8595ad7be32df4d59271eb9e2a4718de /Lib/test | |
parent | 6a19b00668ef7f1db0b69f41dc05d2454176d0be (diff) | |
download | cpython-git-7b688250d152ca0128e3dbb90c5e117230068dc5.tar.gz |
Fix a couple more tests.
Diffstat (limited to 'Lib/test')
-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 d7ba5d9a80..1e9cf0d786 100644 --- a/Lib/test/test_urllibnet.py +++ b/Lib/test/test_urllibnet.py @@ -193,7 +193,7 @@ class urlretrieveNetworkTests(unittest.TestCase): def test_main(): test_support.requires('network') - with test_support.check_py3k_warnings( + with test_support._check_py3k_warnings( ("urllib.urlopen.. has been removed", DeprecationWarning)): test_support.run_unittest(URLTimeoutTest, urlopenNetworkTests, |