[Jython-checkins] jython: Deleting a line which should have been deleted in the last checkin, but was

alan.kennedy jython-checkins at python.org
Sat Apr 14 19:53:33 CEST 2012


http://hg.python.org/jython/rev/056d24d5cf10
changeset:   6589:056d24d5cf10
user:        Alan Kennedy <alan at xhaus.com>
date:        Sat Apr 14 18:52:23 2012 +0100
summary:
  Deleting a line which should have been deleted in the last checkin, but was only commented out

files:
  Lib/test/test_xmlrpc.py |  1 -
  1 files changed, 0 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
@@ -877,7 +877,6 @@
             self.assertEqual(status, '400')
             self.assertEqual(message, 'Bad Request')
 
-    #@unittest.skipIf(test_support.is_jython, "FIXME: #1857 not working in Jython")
     def test_cgi_xmlrpc_response(self):
         data = """<?xml version='1.0'?>
         <methodCall>

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


More information about the Jython-checkins mailing list