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.3 by jsr166, Sat Aug 1 21:46:28 2009 UTC vs.
Revision 1.4 by jsr166, Sat Aug 1 22:09:13 2009 UTC

# Line 39 | Line 39 | public class LinkedTransferQueueTest ext
39      }
40  
41      /**
42 <     * Initizialing constructor with null collection throws NPE
42 >     * Initializing constructor with null collection throws NPE
43       */
44      public void testConstructor2() {
45          try {
# Line 1186 | Line 1186 | public class LinkedTransferQueueTest ext
1186  
1187      /**
1188       * tryTransfer attempts to enqueue into the q and fails returning false not
1189 <     * enqueueing and the successing poll is null
1189 >     * enqueueing and the successive poll is null
1190       */
1191      public void testTryTransfer7() {
1192          final LinkedTransferQueue q = new LinkedTransferQueue();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines