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

Comparing jsr166/src/test/tck/TreeSetTest.java (file contents):
Revision 1.15 by jsr166, Wed Sep 1 20:12:40 2010 UTC vs.
Revision 1.16 by jsr166, Mon Oct 11 05:40:41 2010 UTC

# Line 664 | Line 664 | public class TreeSetTest extends JSR166T
664       * Subsets of subsets subdivide correctly
665       */
666      public void testRecursiveSubSets() throws Exception {
667 <        int setSize = 1000;
667 >        int setSize = expensiveTests ? 1000 : 100;
668          Class cl = TreeSet.class;
669  
670          NavigableSet<Integer> set = newSet(cl);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines