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

Comparing jsr166/src/test/tck/TreeSetTest.java (file contents):
Revision 1.46 by jsr166, Sat Mar 11 18:20:47 2017 UTC vs.
Revision 1.47 by jsr166, Fri Aug 4 03:30:21 2017 UTC

# Line 522 | Line 522 | public class TreeSetTest extends JSR166T
522      }
523  
524      /**
525 <     * A deserialized serialized set has same elements
525 >     * A deserialized/reserialized set equals original
526       */
527      public void testSerialization() throws Exception {
528          NavigableSet x = populatedSet(SIZE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines