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.22 by jsr166, Sat Feb 28 18:32:12 2015 UTC vs.
Revision 1.24 by jsr166, Fri Aug 4 03:30:21 2017 UTC

# Line 19 | Line 19 | import junit.framework.TestSuite;
19  
20   public class TreeSubMapTest extends JSR166TestCase {
21      public static void main(String[] args) {
22 <        junit.textui.TestRunner.run(suite());
22 >        main(suite(), args);
23      }
24      public static Test suite() {
25          return new TestSuite(TreeSubMapTest.class);
# 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