Commit b42dab3c authored by Benjamin Peterson's avatar Benjamin Peterson

revert r64092 because http://xmlrpc.com is back up

parent 3b409276
...@@ -10,8 +10,7 @@ import xmlrpc.client as xmlrpclib ...@@ -10,8 +10,7 @@ import xmlrpc.client as xmlrpclib
class CurrentTimeTest(unittest.TestCase): class CurrentTimeTest(unittest.TestCase):
# XXX time.xmlrpc.com seems broken which is why this is disabled def test_current_time(self):
def Xtest_current_time(self):
# Get the current time from xmlrpc.com. This code exercises # Get the current time from xmlrpc.com. This code exercises
# the minimal HTTP functionality in xmlrpclib. # the minimal HTTP functionality in xmlrpclib.
server = xmlrpclib.ServerProxy("http://time.xmlrpc.com/RPC2") server = xmlrpclib.ServerProxy("http://time.xmlrpc.com/RPC2")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment