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

Comparing jsr166/src/test/tck/SynchronousQueueTest.java (file contents):
Revision 1.27 by jsr166, Thu Oct 28 17:57:26 2010 UTC vs.
Revision 1.28 by jsr166, Thu Oct 28 22:20:47 2010 UTC

# Line 303 | Line 303 | public class SynchronousQueueTest extend
303      }
304  
305      /**
306 <     * timed pool with zero timeout times out if no active taker
306 >     * timed poll with zero timeout times out if no active taker
307       */
308      public void testTimedPoll0() throws InterruptedException {
309          SynchronousQueue q = new SynchronousQueue();
# Line 311 | Line 311 | public class SynchronousQueueTest extend
311      }
312  
313      /**
314 <     * timed pool with nonzero timeout times out if no active taker
314 >     * timed poll with nonzero timeout times out if no active taker
315       */
316      public void testTimedPoll() throws InterruptedException {
317          SynchronousQueue q = new SynchronousQueue();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines