]> granicus.if.org Git - python/commitdiff
Fix the buildbot breakdown - issue 10050
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 14 Mar 2012 20:59:56 +0000 (13:59 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 14 Mar 2012 20:59:56 +0000 (13:59 -0700)
Lib/test/test_urllib2.py

index 2161690ca24d1786508d0e9f10206db14d74467b..632524c4e02646b4cf6e3663409bfe376a684c82 100644 (file)
@@ -624,8 +624,6 @@ class OpenerDirectorTests(unittest.TestCase):
             req.has_data()
         with support.check_warnings(('', DeprecationWarning)):
             req.get_data()
-        with support.check_warnings(('', DeprecationWarning)):
-            req.get_full_url()
         with support.check_warnings(('', DeprecationWarning)):
             req.get_host()
         with support.check_warnings(('', DeprecationWarning)):