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.18 by jsr166, Sat Nov 21 09:28:16 2009 UTC vs.
Revision 1.19 by jsr166, Sat Nov 21 10:25:05 2009 UTC

# Line 58 | Line 58 | public class PriorityBlockingQueueTest e
58      }
59  
60      /**
61 <     * Constructor throws IAE if  capacity argument nonpositive
61 >     * Constructor throws IAE if capacity argument nonpositive
62       */
63      public void testConstructor2() {
64          try {
# Line 644 | Line 644 | public class PriorityBlockingQueueTest e
644              PriorityBlockingQueue q = populatedQueue(SIZE);
645              Object o[] = q.toArray(new String[10] );
646              shouldThrow();
647 <        } catch (ArrayStoreException  success) {}
647 >        } catch (ArrayStoreException success) {}
648      }
649  
650      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines