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

Comparing jsr166/src/test/tck/ExecutorCompletionServiceTest.java (file contents):
Revision 1.13 by jsr166, Tue Mar 15 19:47:06 2011 UTC vs.
Revision 1.14 by dl, Fri May 6 11:22:07 2011 UTC

# Line 119 | Line 119 | public class ExecutorCompletionServiceTe
119              assertNull(ecs.poll());
120              Callable c = new StringTask();
121              ecs.submit(c);
122 <            Thread.sleep(SHORT_DELAY_MS);
122 >            delay(SHORT_DELAY_MS);
123              for (;;) {
124                  Future f = ecs.poll();
125                  if (f != null) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines