[Jython-checkins] jython: Remove 2 skips from passing tests in test_classpathimporter

jeff.allen jython-checkins at python.org
Sun May 17 10:11:28 CEST 2015


https://hg.python.org/jython/rev/0560440927c9
changeset:   7707:0560440927c9
parent:      7704:6855fa289d48
user:        Jeff Allen <ja.py at farowl.co.uk>
date:        Sun May 10 09:18:08 2015 +0100
summary:
  Remove 2 skips from passing tests in test_classpathimporter

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


diff --git a/Lib/test/test_classpathimporter.py b/Lib/test/test_classpathimporter.py
--- a/Lib/test/test_classpathimporter.py
+++ b/Lib/test/test_classpathimporter.py
@@ -80,11 +80,9 @@
         self.assertRaises(NameError, __import__, 'flat_bad')
         self.assertRaises(NameError, __import__, 'jar_pkg.bad')
 
-    @unittest.skip("FIXME: worked in Jython 2.5")
     def test_default_pyclasspath(self):
         self.setClassLoaderAndCheck('classimport.jar', '__pyclasspath__')
 
-    @unittest.skip("FIXME: worked in Jython 2.5")
     def test_path_in_pyclasspath(self):
         sys.path = ['__pyclasspath__/Lib']
         self.setClassLoaderAndCheck('classimport_Lib.jar',

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


More information about the Jython-checkins mailing list