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

Comparing jsr166/src/test/tck/ConcurrentSkipListMapTest.java (file contents):
Revision 1.25 by jsr166, Tue May 31 16:16:23 2011 UTC vs.
Revision 1.26 by jsr166, Mon Aug 1 06:19:47 2011 UTC

# Line 501 | Line 501 | public class ConcurrentSkipListMapTest e
501       * lowerEntry, higherEntry, ceilingEntry, and floorEntry return
502       * immutable entries
503       */
504 <    public void testEntryImmutablity() {
504 >    public void testEntryImmutability() {
505          ConcurrentSkipListMap map = map5();
506          Map.Entry e = map.lowerEntry(three);
507          assertEquals(two, e.getKey());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines