api test failure under maven 2, Java 1.6
----------------------------------------
Key: JDO-665
URL: https://issues.apache.org/jira/browse/JDO-665
Project: JDO
Issue Type: Bug
Components: api
Affects Versions: JDO 3 maintenance release 1
Environment: Java 1.6, maven 2
Reporter: Michelle Caisse
Priority: Minor
api test fails when running tests with maven2 (mvn clean compile test; OR maven
clean build; mvn test) when using Java 1.6. Test failure occurs with both
original pom.xml and new pom.xml attached to this issue.
-------------------------------------------------------------------------------
Test set: javax.jdo.JDOHelperTest
-------------------------------------------------------------------------------
Tests run: 35, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec <<<
FAILURE!
testGetPMFNullResource(javax.jdo.JDOHelperTest) Time elapsed: 0.005 sec <<<
FAILURE!
junit.framework.AssertionFailedError: Null resource name should result in
JDOFatalUserException
at junit.framework.Assert.fail(Assert.java:47)
at
javax.jdo.JDOHelperTest.testGetPMFNullResource(JDOHelperTest.java:199)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.