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

Comparing jsr166/src/test/tck/DelayQueueTest.java (file contents):
Revision 1.21 by jsr166, Sat Nov 21 10:29:50 2009 UTC vs.
Revision 1.22 by jsr166, Sat Nov 21 19:11:53 2009 UTC

# Line 476 | Line 476 | public class DelayQueueTest extends JSR1
476                      assertEquals(new PDelay(i), ((PDelay)q.poll(SHORT_DELAY_MS, MILLISECONDS)));
477                  }
478                  try {
479 <                    q.poll(LONG_DELAY_MS, MILLISECONDS);
479 >                    q.poll(SMALL_DELAY_MS, MILLISECONDS);
480                      shouldThrow();
481                  } catch (InterruptedException success) {}
482              }});

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines