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

Comparing jsr166/src/test/tck/TreeMapTest.java (file contents):
Revision 1.16 by jsr166, Sat Oct 9 19:30:35 2010 UTC vs.
Revision 1.17 by jsr166, Mon Oct 11 05:40:41 2010 UTC

# Line 780 | Line 780 | public class TreeMapTest extends JSR166T
780       * Submaps of submaps subdivide correctly
781       */
782      public void testRecursiveSubMaps() throws Exception {
783 <        int mapSize = 1000;
783 >        int mapSize = expensiveTests ? 1000 : 100;
784          Class cl = TreeMap.class;
785          NavigableMap<Integer, Integer> map = newMap(cl);
786          bs = new BitSet(mapSize);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines