[Jython-checkins] jython: Skip test.

frank.wierzbicki jython-checkins at python.org
Tue May 1 05:00:36 CEST 2012


http://hg.python.org/jython/rev/cbc95e174268
changeset:   6635:cbc95e174268
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Mon Apr 30 19:32:29 2012 -0700
summary:
  Skip test.

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


diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py
--- a/Lib/test/test_pdb.py
+++ b/Lib/test/test_pdb.py
@@ -282,6 +282,7 @@
 
 class ModuleInitTester(unittest.TestCase):
 
+    @unittest.skipIf(test_support.is_jython, "FIXME: not working in Jython")
     def test_filename_correct(self):
         """
         In issue 7750, it was found that if the filename has a sequence that

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


More information about the Jython-checkins mailing list