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.38 by jsr166, Tue Mar 15 19:47:06 2011 UTC vs.
Revision 1.39 by dl, Fri May 6 11:22:07 2011 UTC

# Line 262 | Line 262 | public class ForkJoinPoolTest extends JS
262              p.invoke(new FibTask(20));
263              assertSame(ForkJoinPool.defaultForkJoinWorkerThreadFactory,
264                         p.getFactory());
265 <            Thread.sleep(SMALL_DELAY_MS);
265 >            delay(SMALL_DELAY_MS);
266              assertTrue(p.isQuiescent());
267              assertFalse(p.getAsyncMode());
268              assertEquals(0, p.getActiveThreadCount());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines