Andrea Aime a écrit : > Thought, I can't think of a reason for it misbehaving under java 6....
There is two new test cases. On Java 6, FallbackAuthorityFactoryTest is executed before FactoryUsingWktTest. I have not yet tried but I would bet that on Java 4, FactoryUsingWktTest is executed before FallbackAuthorityFactoryTest (maybe because of the change in Set iteration order). FallbackAuthorityFactoryTest registers a new factory, called "FactoryESPGExtra", with a higher priority level than FactoryUsingWKT. Consequently, if FallbackAuthorityFactoryTest is executed before FactoryUsingWktTest, the later is actually performing its tests against FactoryESPGExtra instead of FactoryUsingWKT. I fixed that on my local copy (set a lower priority level for FactoryESPGExtra). Will commit in a few hours. Martin ------------------------------------------------------------------------- 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 Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel