This one has me kind of beat ... here is the surefire report. > C:\java\geotools\trunk\demo\property\target\surefire-reports>more *.txt > ------------------------------------------------------------------------------- > Test set: org.geotools.data.property.PropertyDataStoreTest > ------------------------------------------------------------------------------- > Tests run: 15, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.578 > sec <<< FAILURE! > testTransaction(org.geotools.data.property.PropertyDataStoreTest) > Time elapsed: 0.031 sec <<< FAILURE! > junit.framework.AssertionFailedError: expected:<3> but was:<4> > at junit.framework.Assert.fail(Assert.java:47) > at junit.framework.Assert.failNotEquals(Assert.java:282) > at junit.framework.Assert.assertEquals(Assert.java:64) > at junit.framework.Assert.assertEquals(Assert.java:201) > at junit.framework.Assert.assertEquals(Assert.java:207) > at > org.geotools.data.property.PropertyDataStoreTest.testTransaction(PropertyDataStoreTest.java:383) This is my only remaining failure with Java 6 on trunk :-)
However the test does not show up when running from eclipse (so thus no debugger), the build is also working when using Maven and Java 5. My other clue is the following warning (I am not sure if it is significant): > Feb 15, 2007 4:59:40 PM org.geotools.data.DefaultTransaction finalize > SEVERE: There's code leaving transaction unclosed. Call > Transaction.close() after using them to ensure they do not hold state > such as JDCB connections or file handles Jody ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
