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

Comparing jsr166/src/test/tck/AbstractQueuedLongSynchronizerTest.java (file contents):
Revision 1.3 by dl, Wed Apr 5 11:24:55 2006 UTC vs.
Revision 1.4 by dl, Thu May 18 10:29:23 2006 UTC

# Line 466 | Line 466 | public class AbstractQueuedLongSynchroni
466              t.start();
467              Thread.sleep(SHORT_DELAY_MS);
468              t.interrupt();
469 +            Thread.sleep(SHORT_DELAY_MS);
470              sync.release(1);
471              t.join();
472          } catch(Exception e){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines