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

Comparing jsr166/src/test/tck/ForkJoinPoolTest.java (file contents):
Revision 1.10 by jsr166, Sat Nov 21 10:25:05 2009 UTC vs.
Revision 1.11 by jsr166, Sat Nov 21 20:02:13 2009 UTC

# Line 922 | Line 922 | public class ForkJoinPoolTest extends JS
922              e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS);
923              shouldThrow();
924          } catch (ExecutionException success) {
925 +            assertTrue(success.getCause() instanceof NullPointerException);
926          } finally {
927              joinPool(e);
928          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines