blob: 8466ed2e7c865372868bdbc8158ce13d79f9418c [file] [log] [blame]
import XmlRpcSuite
class XmlRpcTest(XmlRpcSuite):
def testXmlRpc(self):
self.setupServer("http://time.xmlrpc.com/RPC2")
response = self.send( "currentTime.getCurrentTime" )
self.verify( response != None )
print "the current time is ", response