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.27 by jsr166, Sat Nov 26 05:19:17 2011 UTC vs.
Revision 1.29 by jsr166, Tue Feb 21 01:54:03 2012 UTC

# Line 17 | Line 17 | public class ConcurrentSkipListMapTest e
17      }
18  
19      /**
20 <     * Create a map from Integers 1-5 to Strings "A"-"E".
20 >     * Creates a map from Integers 1-5 to Strings "A"-"E".
21       */
22      private static ConcurrentSkipListMap map5() {
23          ConcurrentSkipListMap map = new ConcurrentSkipListMap();
# Line 1213 | Line 1213 | public class ConcurrentSkipListMapTest e
1213              if (bsContainsI)
1214                  size++;
1215          }
1216 <        assertEquals(map.size(), size);
1216 >        assertEquals(size, map.size());
1217  
1218          // Test contents using contains keySet iterator
1219          int size2 = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines