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

# Line 78 | Line 78 | public class ScheduledExecutorSubclassTe
78       * execute successfully executes a runnable
79       */
80      public void testExecute() throws InterruptedException {
81 <        TrackedShortRunnable runnable =new TrackedShortRunnable();
81 >        TrackedShortRunnable runnable = new TrackedShortRunnable();
82          CustomExecutor p1 = new CustomExecutor(1);
83          p1.execute(runnable);
84          assertFalse(runnable.done);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines