It was new to me, but may be you are already aware of it. I was using jdk 1.6 to run the tests on my windows pc and all tests passed. I recognized that Bamboo failed (and eelco fixed it) but I couldn't quite figure out why. Now I know. I changed jdk back to 1.4 and now it works with eelco's changes. This means that jdk 1.6 has changed its Map implementation (the iterator) and people must expect some tests to fail if testing new jdk versions.
Yeah, Jonathan had the exact same problems. It would be great if we could find a reasonable solution for this, as it's our testing that is brittle really, but it looks like it might be either hack-ish or difficult depending on how well we want to solve it. You have any ideas Juergen? Eelco
