]> granicus.if.org Git - python/commitdiff
revert r64092 because http://xmlrpc.com is back up
authorBenjamin Peterson <benjamin@python.org>
Wed, 11 Jun 2008 02:37:01 +0000 (02:37 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 11 Jun 2008 02:37:01 +0000 (02:37 +0000)
Lib/test/test_xmlrpc_net.py

index a850ae0206f6f553657d03ff2634a1e13f882fc2..f6ebbf01928bd5a2c8a3cdcc94d56d9b15465980 100644 (file)
@@ -10,8 +10,7 @@ import xmlrpc.client as xmlrpclib
 
 class CurrentTimeTest(unittest.TestCase):
 
-    # XXX time.xmlrpc.com seems broken which is why this is disabled
-    def Xtest_current_time(self):
+    def test_current_time(self):
         # Get the current time from xmlrpc.com.  This code exercises
         # the minimal HTTP functionality in xmlrpclib.
         server = xmlrpclib.ServerProxy("http://time.xmlrpc.com/RPC2")