]> granicus.if.org Git - python/commit
#19192: Give up on time.xmlrpc.com as an xmlrpc network test.
authorR David Murray <rdmurray@bitdance.com>
Fri, 11 Oct 2013 16:09:51 +0000 (12:09 -0400)
committerR David Murray <rdmurray@bitdance.com>
Fri, 11 Oct 2013 16:09:51 +0000 (12:09 -0400)
commitaaf17b33a53447f45d799d1165765b60adad8209
treee942cc5b86c191bde7ce015962acb92a6cc966c3
parent1254b407ac6960ff2594e417d2f1c2c6a1ffc755
#19192: Give up on time.xmlrpc.com as an xmlrpc network test.

time.xmlrpc.com has come and gone over the years, and has been gone again for
a while.  The test did test one thing that the current xmlrpc tests don't: the
use of multiple levels of attribute names in the call.  So in addition to
removing the network test, we add a test in xmlrpc of dotted name access.

There should also be a test for when dotted name access is disallowed, but
that requires more extensive test harness refactoring, and in any case was not
tested by the network test we are deleting, since it is a server-side setting.

This is a slightly simplified version of a patch by Vajrasky Kok.
Lib/test/test_xmlrpc.py
Lib/test/test_xmlrpc_net.py