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.26 by dl, Fri May 6 11:22:08 2011 UTC vs.
Revision 1.27 by jsr166, Sat May 7 19:34:51 2011 UTC

# Line 671 | Line 671 | public class ThreadPoolExecutorSubclassT
671      /**
672       * shutDownNow returns a list containing tasks that were not run
673       */
674 <    public void testShutDownNow() {
674 >    public void testShutdownNow() {
675          ThreadPoolExecutor p = new CustomTPE(1, 1, LONG_DELAY_MS, MILLISECONDS, new ArrayBlockingQueue<Runnable>(10));
676          List l;
677          try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines