mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Fixed two of the three failing xml rpc tests
This commit is contained in:
parent
9bbac5065e
commit
0aa93cda79
2 changed files with 2 additions and 2 deletions
|
@ -424,7 +424,7 @@ class SimpleServerTestCase(unittest.TestCase):
|
|||
|
||||
self.assertEqual(result.results[0]['faultCode'], 1)
|
||||
self.assertEqual(result.results[0]['faultString'],
|
||||
'<type \'exceptions.Exception\'>:method "this_is_not_exists" '
|
||||
'<type \'Exception\'>:method "this_is_not_exists" '
|
||||
'is not supported')
|
||||
except xmlrpclib.ProtocolError as e:
|
||||
# ignore failures due to non-blocking socket 'unavailable' errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue