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

Comparing jsr166/src/test/tck/LinkedTransferQueueTest.java (file contents):
Revision 1.29 by jsr166, Thu Oct 28 19:05:04 2010 UTC vs.
Revision 1.30 by jsr166, Thu Oct 28 22:20:47 2010 UTC

# Line 309 | Line 309 | public class LinkedTransferQueueTest ext
309      }
310  
311      /**
312 <     * timed pool with zero timeout succeeds when non-empty, else times out
312 >     * timed poll with zero timeout succeeds when non-empty, else times out
313       */
314      public void testTimedPoll0() throws InterruptedException {
315          LinkedTransferQueue<Integer> q = populatedQueue(SIZE);
# Line 321 | Line 321 | public class LinkedTransferQueueTest ext
321      }
322  
323      /**
324 <     * timed pool with nonzero timeout succeeds when non-empty, else times out
324 >     * timed poll with nonzero timeout succeeds when non-empty, else times out
325       */
326      public void testTimedPoll() throws InterruptedException {
327          LinkedTransferQueue<Integer> q = populatedQueue(SIZE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines