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.52 by jsr166, Fri May 15 17:07:27 2015 UTC vs.
Revision 1.53 by jsr166, Fri May 15 18:21:19 2015 UTC

# Line 1264 | Line 1264 | public class ThreadPoolExecutorTest exte
1264       */
1265      public void testExecuteNull() {
1266          ThreadPoolExecutor p =
1267 <            new ThreadPoolExecutor(1, 2,
1268 <                                   LONG_DELAY_MS, MILLISECONDS,
1267 >            new ThreadPoolExecutor(1, 2, 1L, SECONDS,
1268                                     new ArrayBlockingQueue<Runnable>(10));
1269          try {
1270              p.execute(null);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines