Greg Ederer ha scritto: > Hi, > > I found the surefire test results: > > Macintosh-4:2.5.x gregederer$ more > modules/plugin/imagepyramid/target/surefire-reports/org.geotools.gce.imagepyramid.ImagePyramidReaderTest.txt > > > ------------------------------------------------------------------------------- > > > Test set: org.geotools.gce.imagepyramid.ImagePyramidReaderTest > ------------------------------------------------------------------------------- > > > Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.177 > sec <<< FAILURE! > testDefaultParameterValue(org.geotools.gce.imagepyramid.ImagePyramidReaderTest) > > Time elapsed: 1.478 sec <<< FAILURE! > junit.framework.AssertionFailedError: null > at junit.framework.Assert.fail(Assert.java:47) > at junit.framework.Assert.assertTrue(Assert.java:20) > at junit.framework.Assert.assertTrue(Assert.java:27) > at > org.geotools.gce.imagepyramid.ImagePyramidReaderTest.testDefaultParameterValue(ImagePyramidReaderTest.java:88) >
Well, this failure happens becaue ImagePyramidFormat.accepts(...) returns false whilst it should return true. But there are a number of checks in that method, there's no way to know what went wrong without a step by step debug of it. Simone, rings any bell? Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
