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

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

# Line 659 | Line 659 | public class ConcurrentSkipListSetTest e
659       * Subsets of subsets subdivide correctly
660       */
661      public void testRecursiveSubSets() throws Exception {
662 <        int setSize = 1000;
662 >        int setSize = expensiveTests ? 1000 : 100;
663          Class cl = ConcurrentSkipListSet.class;
664  
665          NavigableSet<Integer> set = newSet(cl);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines