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

Comparing jsr166/src/test/tck/DelayQueueTest.java (file contents):
Revision 1.31 by jsr166, Wed Aug 25 00:07:03 2010 UTC vs.
Revision 1.32 by jsr166, Wed Aug 25 01:44:48 2010 UTC

# Line 284 | Line 284 | public class DelayQueueTest extends JSR1
284              shouldThrow();
285          } catch (NullPointerException success) {}
286      }
287 +
288      /**
289       * addAll of a collection with any null elements throws NPE after
290       * possibly adding some elements

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines