mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
revert r64092 because http://xmlrpc.com is back up
This commit is contained in:
parent
3b409276b7
commit
b42dab3c6d
1 changed files with 1 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue