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.77 by jsr166, Sun May 14 04:14:10 2017 UTC vs.
Revision 1.78 by jsr166, Mon May 29 22:44:27 2017 UTC

# Line 90 | Line 90 | public class PriorityBlockingQueueTest e
90      }
91  
92      /**
93 <     * Constructor throws IAE if capacity argument nonpositive
93 >     * Constructor throws IllegalArgumentException if capacity argument nonpositive
94       */
95      public void testConstructor2() {
96          try {
# Line 229 | Line 229 | public class PriorityBlockingQueueTest e
229      }
230  
231      /**
232 <     * addAll(this) throws IAE
232 >     * addAll(this) throws IllegalArgumentException
233       */
234      public void testAddAllSelf() {
235          PriorityBlockingQueue q = populatedQueue(SIZE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines