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

Comparing jsr166/src/test/tck/CyclicBarrierTest.java (file contents):
Revision 1.18 by dl, Fri May 6 11:22:07 2011 UTC vs.
Revision 1.19 by jsr166, Sun May 15 16:56:41 2011 UTC

# Line 152 | Line 152 | public class CyclicBarrierTest extends J
152      /**
153       * A timeout in timed await throws TimeoutException
154       */
155 <    public void testAwait3_TimeOutException() throws InterruptedException {
155 >    public void testAwait3_TimeoutException() throws InterruptedException {
156          final CyclicBarrier c = new CyclicBarrier(2);
157          Thread t = new ThreadShouldThrow(TimeoutException.class) {
158              public void realRun() throws Exception {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines