Message11465

Author rhwood
Recipients amak, rhwood
Date 2017-07-04.14:18:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499177911.77.0.443184538305.issue2604@psf.upfronthosting.co.za>
In-reply-to
Content
Reproducible Test Case. Run (on a POSIX system; I don't know the syntax for Windows) as:

javac -classpath hamcrest-core-1.3.jar:jython-standalone-2.7.1.jar:junit-4.12.jar:. JythonIssue2604Test.java
java -classpath hamcrest-core-1.3.jar:jython-standalone-2.7.1.jar:junit-4.12.jar:. JythonIssue2604Test

Requires:
JUnit 4.12 (http://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar)
Hamcrest Core 1.3 (http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar)

Jython Standalone. Run with version 2.7.0 and 2.7.1 to see the difference in behavior.
History
Date User Action Args
2017-07-04 14:18:31rhwoodsetmessageid: <1499177911.77.0.443184538305.issue2604@psf.upfronthosting.co.za>
2017-07-04 14:18:31rhwoodsetrecipients: + rhwood, amak
2017-07-04 14:18:31rhwoodlinkissue2604 messages
2017-07-04 14:18:31rhwoodcreate