[Jython-checkins] jython: Add a codec to expected fails.

frank.wierzbicki jython-checkins at python.org
Sat Apr 7 03:33:48 CEST 2012


http://hg.python.org/jython/rev/5d6358d90a0f
changeset:   6545:5d6358d90a0f
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Fri Apr 06 18:33:29 2012 -0700
summary:
  Add a codec to expected fails.

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


diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1287,6 +1287,7 @@
         """
         test_codecencodings_cn
         test_codecencodings_hk
+        test_codecencodings_iso2022
         test_codecencodings_jp
         test_codecencodings_kr
         test_codecencodings_tw

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


More information about the Jython-checkins mailing list