--- jsr166/src/test/tck/ThreadPoolExecutorSubclassTest.java 2011/05/06 11:22:08 1.26 +++ jsr166/src/test/tck/ThreadPoolExecutorSubclassTest.java 2011/05/07 19:34:51 1.27 @@ -671,7 +671,7 @@ public class ThreadPoolExecutorSubclassT /** * shutDownNow returns a list containing tasks that were not run */ - public void testShutDownNow() { + public void testShutdownNow() { ThreadPoolExecutor p = new CustomTPE(1, 1, LONG_DELAY_MS, MILLISECONDS, new ArrayBlockingQueue(10)); List l; try {