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

Comparing jsr166/src/test/tck/JSR166TestCase.java (file contents):
Revision 1.13 by dl, Sat Dec 27 19:26:43 2003 UTC vs.
Revision 1.14 by dl, Sun Dec 28 21:56:18 2003 UTC

# Line 100 | Line 100 | public class JSR166TestCase extends Test
100          TestSuite suite = new TestSuite("JSR166 Unit Tests");
101          
102          suite.addTest(new TestSuite(AbstractExecutorServiceTest.class));
103 +        suite.addTest(new TestSuite(AbstractQueuedSynchronizerTest.class));
104          suite.addTest(new TestSuite(ArrayBlockingQueueTest.class));
105          suite.addTest(new TestSuite(AtomicBooleanTest.class));
106          suite.addTest(new TestSuite(AtomicIntegerArrayTest.class));
# Line 538 | Line 539 | public class JSR166TestCase extends Test
539          }
540      }
541  
542 +
543      /**
544       * For use as RejectedExecutionHandler in constructors
545       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines