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.24 by jsr166, Wed Dec 31 19:05:42 2014 UTC vs.
Revision 1.26 by jsr166, Fri Aug 4 03:30:21 2017 UTC

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