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

Comparing jsr166/src/test/tck/ThreadPoolExecutorSubclassTest.java (file contents):
Revision 1.27 by jsr166, Sat May 7 19:34:51 2011 UTC vs.
Revision 1.28 by jsr166, Sat May 7 19:49:37 2011 UTC

# Line 484 | Line 484 | public class ThreadPoolExecutorSubclassT
484      }
485  
486      /**
487 <     * isShutDown is false before shutdown, true after
487 >     * isShutdown is false before shutdown, true after
488       */
489      public void testIsShutdown() {
490  
# Line 669 | Line 669 | public class ThreadPoolExecutorSubclassT
669      }
670  
671      /**
672 <     * shutDownNow returns a list containing tasks that were not run
672 >     * shutdownNow returns a list containing tasks that were not run
673       */
674      public void testShutdownNow() {
675          ThreadPoolExecutor p = new CustomTPE(1, 1, LONG_DELAY_MS, MILLISECONDS, new ArrayBlockingQueue<Runnable>(10));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines