Message10343

Author jeff.allen
Recipients jeff.allen, stefan.richthofer
Date 2015-10-10.10:04:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444471500.23.0.360491167203.issue2410@psf.upfronthosting.co.za>
In-reply-to
Content
I notice that I get a regression test failure from:
ant -Dtest=PySystemStateTest singlejavatest

I think the test might be right and the code wrong: in the failing case, don't we need the slash?

I admit I don't run "ant javatest" anything like as often as "ant regrtest": mending my ways belatedly, I have traced the problem to https://hg.python.org/jython/rev/850f5980a2e3 .

I searched a bit and found: http://stackoverflow.com/questions/402683, which steers us towards what the Java platform provides, rather than wrestling as we do with the OS-specifics.
History
Date User Action Args
2015-10-10 10:05:00jeff.allensetrecipients: + jeff.allen, stefan.richthofer
2015-10-10 10:05:00jeff.allensetmessageid: <1444471500.23.0.360491167203.issue2410@psf.upfronthosting.co.za>
2015-10-10 10:05:00jeff.allenlinkissue2410 messages
2015-10-10 10:04:58jeff.allencreate