Message9875

Author jeff.allen
Recipients fwierzbicki, jeff.allen
Date 2015-04-16.22:23:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429223018.73.0.145090211143.issue2327@psf.upfronthosting.co.za>
In-reply-to
Content
The ImportTests JUnit test needs the ~/tests/python to be on the Java class path. This is what the importest special Ant target arranges. When run as part of the javatests target, the class path is wrong, and testpkg is not found. ImportTests ought to be excluded from the "plain path" javatests target.

Since it seems good to run the import tests as part of the javatest target, I'll insert:
<target name="javatest" depends="javatest-basepath,importest" ...
History
Date User Action Args
2015-04-16 22:23:38jeff.allensetmessageid: <1429223018.73.0.145090211143.issue2327@psf.upfronthosting.co.za>
2015-04-16 22:23:38jeff.allensetrecipients: + jeff.allen, fwierzbicki
2015-04-16 22:23:38jeff.allenlinkissue2327 messages
2015-04-16 22:23:38jeff.allencreate