[Jython-checkins] jython: Changing the cause of a skipped test in test_xmlrpc.py

alan.kennedy jython-checkins at python.org
Sat Apr 14 20:48:31 CEST 2012


http://hg.python.org/jython/rev/2ee18829e246
changeset:   6590:2ee18829e246
user:        Alan Kennedy <alan at xhaus.com>
date:        Sat Apr 14 19:47:18 2012 +0100
summary:
  Changing the cause of a skipped test in test_xmlrpc.py

files:
  Lib/test/test_xmlrpc.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_xmlrpc.py b/Lib/test/test_xmlrpc.py
--- a/Lib/test/test_xmlrpc.py
+++ b/Lib/test/test_xmlrpc.py
@@ -145,7 +145,7 @@
                          xmlrpclib.loads(strg)[0][0])
         self.assertRaises(TypeError, xmlrpclib.dumps, (arg1,))
 
-    @unittest.skipIf(test_support.is_jython, "FIXME: #1857 not working in Jython")
+    @unittest.skipIf(test_support.is_jython, "FIXME: #1875 not working in Jython")
     def test_default_encoding_issues(self):
         # SF bug #1115989: wrong decoding in '_stringify'
         utf8 = """<?xml version='1.0' encoding='iso-8859-1'?>

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list