--- jsr166/src/test/tck/EntryTest.java 2009/11/21 02:07:26 1.3 +++ jsr166/src/test/tck/EntryTest.java 2009/11/21 17:38:05 1.4 @@ -126,7 +126,7 @@ public class EntryTest extends JSR166Tes assertEquals(v1, s.getValue()); try { s.setValue(k2); - fail(); + shouldThrow(); } catch (UnsupportedOperationException success) {} } }