Jody Garnett ha scritto: > In what way does this break the equality tests? Is data being truncated? >> Now, I'm wondering two things: >> - why is the build box not running the postgis tests? >> We must re-enable this, the normal dev build does not run them >> > That is also my question.
Ok, looked in the hudson and the reality is a bit sorry... no easy way to fix it actually. The thing is, the tests are not using the OnlineTest base class, so to enable them you have to: - modify the pom.xml so that they are actually run - change the fixture property files to point to an actual database Doing that is scary for a few reasons: - a few tests are designed to hit a specific server at refractions that has specific data and that server has not been up for ages - a minimal change in the pom or in the property files (even un-intentional) may generate conflicts and thus break the build Fixing that requires even more work than fixing the test failures you introduced. Since these modules are going the way of the dodo anyways I'd suggest that: - we actually run the tests before committing (from the IDE!)... annoying, but since we're at most 3 playing on those modules, we can pull this up (it worked for the past two years actually) - we figure out a good online test strategy for the jbdc-ng modules, for which there is already a jira open: http://jira.codehaus.org/browse/GEOT-1981 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-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
