Jody Garnett ha scritto: > 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.
Hum, under Eclipse assertions are not enabled, look at the main pom files, there's a system variable set to enable assertions. If you set the same on your run configuration you should be able to reproduce the failure under Eclipse too. Cheers Andrea ------------------------------------------------------------------------- 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
