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

Comparing jsr166/src/test/tck/AtomicMarkableReferenceTest.java (file contents):
Revision 1.4 by dl, Thu Sep 25 11:02:41 2003 UTC vs.
Revision 1.7 by jsr166, Mon Nov 2 20:28:31 2009 UTC

# Line 1 | Line 1
1   /*
2 < * Written by members of JCP JSR-166 Expert Group and released to the
3 < * public domain. Use, modify, and redistribute this code in any way
4 < * without acknowledgement. Other contributors include Andrew Wright,
5 < * Jeffrey Hayes, Pat Fischer, Mike Judd.
2 > * Written by Doug Lea with assistance from members of JCP JSR-166
3 > * Expert Group and released to the public domain, as explained at
4 > * http://creativecommons.org/licenses/publicdomain
5 > * Other contributors include Andrew Wright, Jeffrey Hayes,
6 > * Pat Fisher, Mike Judd.
7   */
8  
9   import junit.framework.*;
# Line 15 | Line 16 | public class AtomicMarkableReferenceTest
16      public static Test suite() {
17          return new TestSuite(AtomicMarkableReferenceTest.class);
18      }
19 <    
19 >
20      /**
21 <     *  constructeor initializes to given reference and mark
21 >     *  constructor initializes to given reference and mark
22       */
23      public void testConstructor(){
24          AtomicMarkableReference ai = new AtomicMarkableReference(one, false);
# Line 136 | Line 137 | public class AtomicMarkableReferenceTest
137  
138      /**
139       * repeated weakCompareAndSet succeeds in changing values when equal
140 <     * to expected
140 >     * to expected
141       */
142      public void testWeakCompareAndSet(){
143          boolean[] mark = new boolean[1];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines