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

Comparing jsr166/src/test/tck/ReentrantReadWriteLockTest.java (file contents):
Revision 1.4 by dl, Sat Sep 20 18:20:08 2003 UTC vs.
Revision 1.5 by dl, Fri Sep 26 15:33:13 2003 UTC

# Line 19 | Line 19 | public class ReentrantReadWriteLockTest
19      }
20  
21  
22 <    /*
22 >    /**
23       * write-locking and read-locking an unlocked lock succeed
24       */
25      public void testLock() {
# Line 31 | Line 31 | public class ReentrantReadWriteLockTest
31      }
32  
33  
34 <    /*
34 >    /**
35       * locking an unlocked fair lock succeeds
36       */
37      public void testFairLock() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines