Message9767

Author jeff.allen
Recipients jeff.allen
Date 2015-04-06.19:06:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428347162.66.0.870098447133.issue2309@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, rounded up too much text the first time (although they might be related, I suppose).

Works in 2.7b4, fails in rc2, observed on Windows 7 64-bit.

> jython -m test.test_classpathimporter
test_bug1126 (__main__.ClasspathImporterTestCase) ... ERROR
test_bug1239 (__main__.ClasspathImporterTestCase) ... ERROR
test_default_pyclasspath (__main__.PyclasspathImporterTestCase) ... skipped 'FIXME: worked in Jython 2.5'
test_path_in_pyclasspath (__main__.PyclasspathImporterTestCase) ... skipped 'FIXME: worked in Jython 2.5'

======================================================================
ERROR: test_bug1126 (__main__.ClasspathImporterTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\jython\2.7rc2\Lib\test\test_classpathimporter.py", line 36, in test_bug1126
    import org.subpackage
ImportError: No module named subpackage

======================================================================
ERROR: test_bug1239 (__main__.ClasspathImporterTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\jython\2.7rc2\Lib\test\test_classpathimporter.py", line 30, in test_bug1239
    import org.test403javapackage.test403
ImportError: No module named test403javapackage

----------------------------------------------------------------------
History
Date User Action Args
2015-04-06 19:06:02jeff.allensetmessageid: <1428347162.66.0.870098447133.issue2309@psf.upfronthosting.co.za>
2015-04-06 19:06:02jeff.allensetrecipients: + jeff.allen
2015-04-06 19:06:02jeff.allenlinkissue2309 messages
2015-04-06 19:06:02jeff.allencreate