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.42 by jsr166, Sat May 7 19:34:51 2011 UTC

# Line 566 | Line 566 | public class ThreadPoolExecutorTest exte
566      /**
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