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

Comparing jsr166/src/test/tck/ConcurrentSkipListSubSetTest.java (file contents):
Revision 1.30 by jsr166, Sat Feb 28 18:10:55 2015 UTC vs.
Revision 1.32 by jsr166, Sat Apr 25 04:55:30 2015 UTC

# Line 16 | Line 16 | import junit.framework.TestSuite;
16  
17   public class ConcurrentSkipListSubSetTest extends JSR166TestCase {
18      public static void main(String[] args) {
19 <        junit.textui.TestRunner.run(suite());
19 >        main(suite(), args);
20      }
21      public static Test suite() {
22          return new TestSuite(ConcurrentSkipListSubSetTest.class);
# Line 167 | Line 167 | public class ConcurrentSkipListSubSetTes
167          try {
168              q.add(new Object());
169              q.add(new Object());
170            q.add(new Object());
170              shouldThrow();
171          } catch (ClassCastException success) {}
172      }
# Line 664 | Line 663 | public class ConcurrentSkipListSubSetTes
663          try {
664              q.add(new Object());
665              q.add(new Object());
667            q.add(new Object());
666              shouldThrow();
667          } catch (ClassCastException success) {}
668      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines