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

Comparing jsr166/src/test/tck/StampedLockTest.java (file contents):
Revision 1.2 by jsr166, Fri Feb 1 21:44:41 2013 UTC vs.
Revision 1.3 by jsr166, Sat Feb 9 19:33:08 2013 UTC

# Line 26 | Line 26 | public class StampedLockTest extends JSR
26      }
27  
28      // XXXX Just a skeleton implementation for now.
29 <    public void testTODO() { fail("StampedLockTest needs help"); }
29 >    public void testTODO() {
30 >        fail("Please add some real tests!");
31 >    }
32  
33      public void testConstructor() { new StampedLock(); }
34  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines