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

Comparing jsr166/src/test/tck/ArrayBlockingQueueTest.java (file contents):
Revision 1.17 by jsr166, Sat Nov 21 07:10:56 2009 UTC vs.
Revision 1.18 by jsr166, Sat Nov 21 10:25:05 2009 UTC

# Line 44 | Line 44 | public class ArrayBlockingQueueTest exte
44      }
45  
46      /**
47 <     * Constructor throws IAE if  capacity argument nonpositive
47 >     * Constructor throws IAE if capacity argument nonpositive
48       */
49      public void testConstructor2() {
50          try {
# Line 662 | Line 662 | public class ArrayBlockingQueueTest exte
662              ArrayBlockingQueue q = populatedQueue(SIZE);
663              Object o[] = q.toArray(new String[10] );
664              shouldThrow();
665 <        } catch (ArrayStoreException  success) {}
665 >        } catch (ArrayStoreException success) {}
666      }
667  
668  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines