The fix for JDO-273 has introduced a large amount of code duplication between the
lifecycle test classes StateTransitions and StateTransitionsReturnedObjects.
Cleanup and refactorize (e.g. merge both classes into one, or extend one from the
other, or pull out common code into a lifecycle test super class).
Description
The fix for JDO-273 has introduced a large amount of code duplication between the
lifecycle test classes StateTransitions and StateTransitionsReturnedObjects.
Cleanup and refactorize (e.g. merge both classes into one, or extend one from the
other, or pull out common code into a lifecycle test super class).
Andy Jefferson added a comment - 23/Mar/06 09:19 PM When I do a clean check out and then run the TCK, when it is running "lifecycle.conf" I get an error
Cannot find test class 'org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects'
No idea if this is what this particular JIRA is for, but seems an appropriate place to log the message ;-)
I'm sorry for the missing class src/java/org/apache/jdo/tck/lifecycle/StateTransitionsReturnedObjects.java
(had some problems with svn locks yesterday). Class checked in with revision 388211.
Martin Zaun added a comment - 24/Mar/06 01:06 AM I'm sorry for the missing class src/java/org/apache/jdo/tck/lifecycle/StateTransitionsReturnedObjects.java
(had some problems with svn locks yesterday). Class checked in with revision 388211.
Cannot find test class 'org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects'
No idea if this is what this particular JIRA is for, but seems an appropriate place to log the message ;-)