ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ScheduledExecutorTest.java
(Generate patch)

Comparing jsr166/src/test/tck/ScheduledExecutorTest.java (file contents):
Revision 1.11 by dl, Tue Dec 23 19:40:24 2003 UTC vs.
Revision 1.12 by dl, Thu Dec 25 19:48:57 2003 UTC

# Line 1059 | Line 1059 | public class ScheduledExecutorTest exten
1059          try {
1060              ArrayList<Callable<String>> l = new ArrayList<Callable<String>>();
1061              l.add(new StringTask());
1062 <            l.add(Executors.callable(new MediumInterruptedRunnable(), TEST_STRING));
1062 >            l.add(Executors.callable(new MediumPossiblyInterruptedRunnable(), TEST_STRING));
1063              List<Future<String>> result = e.invokeAll(l, SHORT_DELAY_MS, TimeUnit.MILLISECONDS);
1064              assertEquals(2, result.size());
1065              Iterator<Future<String>> it = result.iterator();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines