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.30 by jsr166, Wed Aug 25 00:07:03 2010 UTC vs.
Revision 1.31 by jsr166, Sat Oct 9 18:40:41 2010 UTC

# Line 25 | Line 25 | public class ScheduledExecutorTest exten
25       * execute successfully executes a runnable
26       */
27      public void testExecute() throws InterruptedException {
28 <        TrackedShortRunnable runnable =new TrackedShortRunnable();
28 >        TrackedShortRunnable runnable = new TrackedShortRunnable();
29          ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1);
30          p1.execute(runnable);
31          assertFalse(runnable.done);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines