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

Comparing jsr166/src/test/tck/ConcurrentSkipListSubMapTest.java (file contents):
Revision 1.25 by jsr166, Sat Apr 25 04:55:30 2015 UTC vs.
Revision 1.26 by jsr166, Fri Aug 4 03:30:21 2017 UTC

# Line 598 | Line 598 | public class ConcurrentSkipListSubMapTes
598      }
599  
600      /**
601 <     * A deserialized map equals original
601 >     * A deserialized/reserialized map equals original
602       */
603      public void testSerialization() throws Exception {
604          NavigableMap x = map5();
# Line 1272 | Line 1272 | public class ConcurrentSkipListSubMapTes
1272      }
1273  
1274      /**
1275 <     * A deserialized map equals original
1275 >     * A deserialized/reserialized map equals original
1276       */
1277      public void testDescendingSerialization() throws Exception {
1278          NavigableMap x = dmap5();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines