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.6 by jsr166, Thu Sep 16 00:52:49 2010 UTC vs.
Revision 1.8 by jsr166, Fri May 27 19:41:25 2011 UTC

# Line 1 | Line 1
1   /*
2   * Written by Doug Lea with assistance from members of JCP JSR-166
3   * Expert Group and released to the public domain, as explained at
4 < * http://creativecommons.org/licenses/publicdomain
4 > * http://creativecommons.org/publicdomain/zero/1.0/
5   */
6  
7   import junit.framework.*;
# Line 22 | Line 22 | public class EntryTest extends JSR166Tes
22      static final String k2 = "2";
23      static final String v2 = "b";
24  
25
25      /**
26       * A new SimpleEntry(k, v) holds k, v.
27       */
# Line 41 | Line 40 | public class EntryTest extends JSR166Tes
40          assertEquals(v1, s.getValue());
41      }
42  
44
43      /**
44       * A new SimpleEntry(entry(k, v)) holds k, v.
45       */
# Line 102 | Line 100 | public class EntryTest extends JSR166Tes
100          assertFalse(s2.equals(s));
101      }
102  
105
103      /**
104       * getValue returns last setValue for SimpleEntry
105       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines