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

Comparing jsr166/src/test/tck/AtomicLongTest.java (file contents):
Revision 1.28 by jsr166, Wed Dec 31 19:21:20 2014 UTC vs.
Revision 1.33 by jsr166, Fri Aug 4 03:30:21 2017 UTC

# Line 13 | Line 13 | import junit.framework.TestSuite;
13  
14   public class AtomicLongTest extends JSR166TestCase {
15      public static void main(String[] args) {
16 <        junit.textui.TestRunner.run(suite());
16 >        main(suite(), args);
17      }
18      public static Test suite() {
19          return new TestSuite(AtomicLongTest.class);
# Line 193 | Line 193 | public class AtomicLongTest extends JSR1
193      }
194  
195      /**
196 <     * a deserialized serialized atomic holds same value
196 >     * a deserialized/reserialized atomic holds same value
197       */
198      public void testSerialization() throws Exception {
199          AtomicLong x = new AtomicLong();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines