> * There is also a mysterious test failure in main (I don't remember > which one exactly). This test pass fine with Java 4 and 5 but fails > with Java 6. I have not investigated this issue further. > Oh, yes, I have a fix for that too, there were a number of them. They stem from the fact that the iteration order for non sorted collections reversed (though I think this happend in 5 not 6).
Basicaly any test that depends on the order of elements in a vector, set or similar collection will break. Given that the issues I fixed the other day are clearly not just 'me missing something' I'll commit the fixes. James ------------------------------------------------------------------------- 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
