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

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

# Line 433 | Line 433 | public class TreeSubMapTest extends JSR1
433      }
434  
435      /**
436 <     * A deserialized map equals original
436 >     * A deserialized/reserialized map equals original
437       */
438      public void testSerialization() throws Exception {
439          NavigableMap x = map5();
# Line 960 | Line 960 | public class TreeSubMapTest extends JSR1
960      }
961  
962      /**
963 <     * A deserialized map equals original
963 >     * A deserialized/reserialized map equals original
964       */
965      public void testDescendingSerialization() throws Exception {
966          NavigableMap x = dmap5();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines