On 13/08/2013 14:46, Paul Sandoz wrote:
Hi,
This patch fixes a bug in the data provider of the SpliteratorCollisions.java
test, which was attempting to add an element to an unmodifable map.
Interestingly although this caused the data provider to barf, and therefore
tests using such a provider were not run, it did not result in jtreg reporting
the test-infrastructure failure.
Good catch, I often wonder how often we have cases where a test fails
but is reported as passed. Anyway, the change looks fine to me too.
-Alan.