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

Comparing jsr166/src/test/tck/AbstractQueuedSynchronizerTest.java (file contents):
Revision 1.20 by dl, Fri Feb 24 00:03:16 2006 UTC vs.
Revision 1.21 by dl, Thu May 18 10:29:23 2006 UTC

# Line 463 | Line 463 | public class AbstractQueuedSynchronizerT
463              t.start();
464              Thread.sleep(SHORT_DELAY_MS);
465              t.interrupt();
466 +            Thread.sleep(SHORT_DELAY_MS);
467              sync.release(1);
468              t.join();
469          } catch(Exception e){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines