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.78 by jsr166, Mon May 29 22:44:27 2017 UTC vs.
Revision 1.79 by jsr166, Fri Aug 4 03:30:21 2017 UTC

# Line 659 | Line 659 | public class PriorityBlockingQueueTest e
659      }
660  
661      /**
662 <     * A deserialized serialized queue has same elements
662 >     * A deserialized/reserialized queue has same elements
663       */
664      public void testSerialization() throws Exception {
665          Queue x = populatedQueue(SIZE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines