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

Comparing jsr166/src/test/tck/ScheduledExecutorTest.java (file contents):
Revision 1.34 by jsr166, Mon Oct 11 15:46:40 2010 UTC vs.
Revision 1.35 by jsr166, Wed Nov 17 23:12:31 2010 UTC

# Line 509 | Line 509 | public class ScheduledExecutorTest exten
509              assertFalse(p.isTerminating());
510              p.execute(new CheckedRunnable() {
511                  public void realRun() throws InterruptedException {
512                    threadStarted.countDown();
512                      assertFalse(p.isTerminating());
513 +                    threadStarted.countDown();
514                      done.await();
515                  }});
516              assertTrue(threadStarted.await(SMALL_DELAY_MS, MILLISECONDS));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines