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.91 by jsr166, Sun Aug 11 22:29:26 2019 UTC vs.
Revision 1.92 by jsr166, Thu Sep 5 20:54:24 2019 UTC

# Line 305 | Line 305 | public class DelayQueueTest extends JSR1
305      }
306  
307      /**
308 <     * timed offer does not time out
308 >     * Queue is unbounded, so timed offer never times out
309       */
310      public void testTimedOffer() throws InterruptedException {
311          final DelayQueue q = new DelayQueue();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines