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

Comparing jsr166/src/test/tck/PriorityQueueTest.java (file contents):
Revision 1.43 by jsr166, Mon May 29 22:44:27 2017 UTC vs.
Revision 1.44 by jsr166, Fri Aug 4 03:30:21 2017 UTC

# Line 495 | Line 495 | public class PriorityQueueTest extends J
495      }
496  
497      /**
498 <     * A deserialized serialized queue has same elements
498 >     * A deserialized/reserialized queue has same elements
499       */
500      public void testSerialization() throws Exception {
501          Queue x = populatedQueue(SIZE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines