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

Comparing jsr166/src/test/tck/ExchangerTest.java (file contents):
Revision 1.11 by jsr166, Sat Nov 21 02:33:20 2009 UTC vs.
Revision 1.12 by jsr166, Mon Nov 30 08:31:09 2009 UTC

# Line 99 | Line 99 | public class ExchangerTest extends JSR16
99              }});
100  
101          t.start();
102 +        Thread.sleep(SHORT_DELAY_MS);
103          t.interrupt();
104          t.join();
105      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines