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

Comparing jsr166/src/test/tck/AtomicIntegerFieldUpdaterTest.java (file contents):
Revision 1.22 by jsr166, Fri Jun 10 20:01:21 2011 UTC vs.
Revision 1.23 by jsr166, Fri Jun 10 20:17:11 2011 UTC

# Line 135 | Line 135 | public class AtomicIntegerFieldUpdaterTe
135          assertTrue(a.compareAndSet(this, 1, 2));
136          t.join(LONG_DELAY_MS);
137          assertFalse(t.isAlive());
138 <        assertEquals(a.get(this), 3);
138 >        assertEquals(3, a.get(this));
139      }
140  
141      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines