ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/EntryTest.java
(Generate patch)

Comparing jsr166/src/test/tck/EntryTest.java (file contents):
Revision 1.8 by jsr166, Fri May 27 19:41:25 2011 UTC vs.
Revision 1.9 by jsr166, Sun May 29 13:45:35 2011 UTC

# Line 116 | Line 116 | public class EntryTest extends JSR166Tes
116      /**
117       * setValue for SimpleImmutableEntry throws UnsupportedOperationException
118       */
119 <    public void testsetValue2() {
119 >    public void testSetValue2() {
120          Map.Entry s2 = new AbstractMap.SimpleImmutableEntry(k1, v1);
121          Map.Entry s = new AbstractMap.SimpleImmutableEntry(s2);
122          assertEquals(k1, s.getKey());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines