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

Comparing jsr166/src/test/tck/ThreadPoolExecutorTest.java (file contents):
Revision 1.41 by dl, Fri May 6 11:22:08 2011 UTC vs.
Revision 1.43 by jsr166, Sat May 7 19:49:37 2011 UTC

# Line 378 | Line 378 | public class ThreadPoolExecutorTest exte
378      }
379  
380      /**
381 <     * isShutDown is false before shutdown, true after
381 >     * isShutdown is false before shutdown, true after
382       */
383      public void testIsShutdown() {
384          final ThreadPoolExecutor p =
# Line 564 | Line 564 | public class ThreadPoolExecutorTest exte
564      }
565  
566      /**
567 <     * shutDownNow returns a list containing tasks that were not run
567 >     * shutdownNow returns a list containing tasks that were not run
568       */
569 <    public void testShutDownNow() {
569 >    public void testShutdownNow() {
570          final ThreadPoolExecutor p =
571              new ThreadPoolExecutor(1, 1,
572                                     LONG_DELAY_MS, MILLISECONDS,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines