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

Comparing jsr166/src/test/tck/ConcurrentSkipListSubSetTest.java (file contents):
Revision 1.36 by jsr166, Sat Mar 11 18:20:46 2017 UTC vs.
Revision 1.37 by jsr166, Fri Aug 4 03:30:21 2017 UTC

# Line 476 | Line 476 | public class ConcurrentSkipListSubSetTes
476      }
477  
478      /**
479 <     * A deserialized serialized set has same elements
479 >     * A deserialized/reserialized set equals original
480       */
481      public void testSerialization() throws Exception {
482          NavigableSet x = populatedSet(SIZE);
# Line 975 | Line 975 | public class ConcurrentSkipListSubSetTes
975      }
976  
977      /**
978 <     * A deserialized serialized set has same elements
978 >     * A deserialized/reserialized set equals original
979       */
980      public void testDescendingSerialization() throws Exception {
981          NavigableSet x = dset5();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines