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

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

# Line 559 | Line 559 | public class ScheduledExecutorSubclassTe
559              assertFalse(p.isTerminating());
560              p.execute(new CheckedRunnable() {
561                  public void realRun() throws InterruptedException {
562                    threadStarted.countDown();
562                      assertFalse(p.isTerminating());
563 +                    threadStarted.countDown();
564                      done.await();
565                  }});
566              assertTrue(threadStarted.await(SMALL_DELAY_MS, MILLISECONDS));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines