Michael Bouschen created JDO-768: ------------------------------------ Summary: Failure in api test case testGetPMFNullResource(javax.jdo.JDOHelperTest) Key: JDO-768 URL: https://issues.apache.org/jira/browse/JDO-768 Project: JDO Issue Type: Bug Components: api Affects Versions: JDO 3.1 Reporter: Michael Bouschen Assignee: Michael Bouschen Priority: Critical Fix For: JDO 3.2
Test method testGetPMFNullResource of API test class JDOHelperTest fails when running 'mvn clean verify' in the submodule api: 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:196) Please note, the test case succeeds when running it alone: mvn -Dtest=javax.jdo.JDOHelperTest clean verify It fails if the test case PMFMapMapTest is executed before JDOHelperTest: mvn -Dtest=javax.jdo.PMFMapMapTest,javax.jdo.JDOHelperTest clean verify -- This message was sent by Atlassian JIRA (v6.4.14#64029)