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.20 by jsr166, Sat Oct 9 19:30:34 2010 UTC vs.
Revision 1.21 by jsr166, Mon Oct 11 05:40:41 2010 UTC

# Line 980 | Line 980 | public class ConcurrentSkipListMapTest e
980       * Submaps of submaps subdivide correctly
981       */
982      public void testRecursiveSubMaps() throws Exception {
983 <        int mapSize = 1000;
983 >        int mapSize = expensiveTests ? 1000 : 100;
984          Class cl = ConcurrentSkipListMap.class;
985          NavigableMap<Integer, Integer> map = newMap(cl);
986          bs = new BitSet(mapSize);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines