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

Comparing jsr166/src/test/tck/AbstractQueueTest.java (file contents):
Revision 1.7 by jsr166, Tue Mar 15 19:47:06 2011 UTC vs.
Revision 1.8 by jsr166, Fri May 27 19:07:06 2011 UTC

# Line 6 | Line 6
6   * Pat Fisher, Mike Judd.
7   */
8  
9
9   import junit.framework.*;
10   import java.util.*;
11   import java.util.concurrent.*;
# Line 92 | Line 91 | public class AbstractQueueTest extends J
91          } catch (NoSuchElementException success) {}
92      }
93  
95
94      /**
95       * element returns normally if peek succeeds
96       */
# Line 134 | Line 132 | public class AbstractQueueTest extends J
132          } catch (IllegalArgumentException success) {}
133      }
134  
137
135      /**
136       * addAll of a collection with null elements throws NPE
137       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines