Message11998

Author jeff.allen
Recipients jeff.allen, psykiatris
Date 2018-05-22.19:44:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527018292.15.0.682650639539.issue2669@psf.upfronthosting.co.za>
In-reply-to
Content
We remove that test method, so there is something wrong with your build, or the way you are running the test, that is giving you the CPython version of the test, not the Jython one. See: https://hg.python.org/jython/file/tip/Lib/test/test_file.py#l341

If you want to run that module individually, this should do it:

$ dist/bin/jython -m test.test_file

and if it doesn't, the build is broken. (Try "ant clean developer-build".)
History
Date User Action Args
2018-05-22 19:44:52jeff.allensetmessageid: <1527018292.15.0.682650639539.issue2669@psf.upfronthosting.co.za>
2018-05-22 19:44:52jeff.allensetrecipients: + jeff.allen, psykiatris
2018-05-22 19:44:52jeff.allenlinkissue2669 messages
2018-05-22 19:44:51jeff.allencreate