| Hi Karan, On Aug 8, 2005, at 8:23 PM, Karan Malhi wrote:
this what the completeness test does (check to see if db is clean)? When I suggested you look at the completeness test, I was thinking that there was some work to do to clean it up, but I looked again and it's not the test's fault. Where do
Completeness test can be found by find . -name "Complete*" in the tck20 directory. You can also find it by looking in the test/conf directory for configurations that use it: grep Complete ` find . -name "*.conf"`.
If you're in the fostore20 project, it's a work in progress. I don't see any way to run a single test. That would be a good thing to add to the maven.xml. Something like a system property so you could do: maven -Djdo.test.name=org.apache.jdo.test.Test_EmpDeptAppId run.single
I checked in a fix for FOStorePMF and StateManagerImpl to meet the JDO2 requirements this afternoon. When I run fostore20 now, I just get one error related to the new jdoNewObjectIdInstance that changed between JDO1 and JDO2. Running org.apache.jdo.test.Test_EmpDeptAppId [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 10.737 sec [junit] [ERROR] TEST org.apache.jdo.test.Test_EmpDeptAppId FAILED Craig
Craig Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-5638 mailto:[EMAIL PROTECTED] P.S. A good JDO? O, Gasp! |
smime.p7s
Description: S/MIME cryptographic signature
