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

Comparing jsr166/src/test/tck/ReentrantLockTest.java (file contents):
Revision 1.20 by dl, Sun Dec 5 21:56:41 2004 UTC vs.
Revision 1.21 by dl, Mon May 2 19:20:00 2005 UTC

# Line 886 | Line 886 | public class ReentrantLockTest extends J
886              lock.lock();
887              c.signal();
888              lock.unlock();
889 <            assert(t.isInterrupted());
889 >            assertTrue(t.isInterrupted());
890              t.join(SHORT_DELAY_MS);
891              assertFalse(t.isAlive());
892          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines