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.54 by jsr166, Mon May 2 01:07:15 2011 UTC vs.
Revision 1.55 by jsr166, Mon May 2 01:15:26 2011 UTC

# Line 351 | Line 351 | public class ReentrantReadWriteLockTest
351              }});
352  
353          Thread.sleep(SHORT_DELAY_MS);
354 +        assertTrue(t1.isAlive());
355 +        assertTrue(t2.isAlive());
356          releaseWriteLock(lock);
357          awaitTermination(t1, LONG_DELAY_MS);
358          awaitTermination(t2, LONG_DELAY_MS);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines