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

Comparing jsr166/src/test/tck/CountedCompleterTest.java (file contents):
Revision 1.16 by jsr166, Wed Dec 31 19:05:42 2014 UTC vs.
Revision 1.18 by jsr166, Sat Apr 25 04:55:30 2015 UTC

# Line 23 | Line 23 | import junit.framework.TestSuite;
23   public class CountedCompleterTest extends JSR166TestCase {
24  
25      public static void main(String[] args) {
26 <        junit.textui.TestRunner.run(suite());
26 >        main(suite(), args);
27      }
28  
29      public static Test suite() {
# Line 198 | Line 198 | public class CountedCompleterTest extend
198          try {
199              a.invoke();
200              shouldThrow();
201 <        } catch (Throwable ex) {
202 <            assertSame(t, ex);
201 >        } catch (Throwable success) {
202 >            assertSame(t, success);
203          }
204      }
205  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines