Andrew John Hughes wrote:
Collections =========== LinkedHashMap entrySet failures AcuniaHashMap test. (May be due to ConcurrentModificationException changes)
These failures were due to the tests assuming the old behaviour of iterator.hasNext() checking for concurrent modification. I have now fixed the tests in mauve CVS.
Bryce