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

Comparing jsr166/src/test/tck/ThreadPoolExecutorTest.java (file contents):
Revision 1.37 by jsr166, Mon Oct 11 07:21:32 2010 UTC vs.
Revision 1.38 by jsr166, Wed Nov 17 23:12:31 2010 UTC

# Line 433 | Line 433 | public class ThreadPoolExecutorTest exte
433              assertFalse(p.isTerminating());
434              p.execute(new CheckedRunnable() {
435                  public void realRun() throws InterruptedException {
436                    threadStarted.countDown();
436                      assertFalse(p.isTerminating());
437 +                    threadStarted.countDown();
438                      done.await();
439                  }});
440              assertTrue(threadStarted.await(SMALL_DELAY_MS, MILLISECONDS));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines