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.13 by dl, Tue Dec 23 19:40:24 2003 UTC vs.
Revision 1.14 by dl, Thu Dec 25 19:48:57 2003 UTC

# Line 1481 | Line 1481 | public class ThreadPoolExecutorTest exte
1481          try {
1482              ArrayList<Callable<String>> l = new ArrayList<Callable<String>>();
1483              l.add(new StringTask());
1484 <            l.add(Executors.callable(new MediumInterruptedRunnable(), TEST_STRING));
1484 >            l.add(Executors.callable(new MediumPossiblyInterruptedRunnable(), TEST_STRING));
1485              List<Future<String>> result = e.invokeAll(l, SHORT_DELAY_MS, TimeUnit.MILLISECONDS);
1486              assertEquals(2, result.size());
1487              Iterator<Future<String>> it = result.iterator();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines