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

Comparing jsr166/src/test/tck/PriorityBlockingQueueTest.java (file contents):
Revision 1.8 by dl, Sat Dec 27 19:26:43 2003 UTC vs.
Revision 1.9 by dl, Mon Dec 29 19:05:40 2003 UTC

# Line 153 | Line 153 | public class PriorityBlockingQueueTest e
153      }
154  
155      /**
156 <     * remainingCapacity does not change when elementa added or removed,
156 >     * remainingCapacity does not change when elements added or removed,
157       * but size does
158       */
159      public void testRemainingCapacity() {
# Line 725 | Line 725 | public class PriorityBlockingQueueTest e
725      }
726  
727      /**
728 <     * toArray with incompatable array type throws CCE
728 >     * toArray with incompatible array type throws CCE
729       */
730      public void testToArray1_BadArg() {
731          try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines