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.24 by jsr166, Sat Mar 25 21:41:10 2017 UTC vs.
Revision 1.25 by jsr166, Sun May 14 01:37:52 2017 UTC

# Line 65 | Line 65 | public class ExchangerTest extends JSR16
65      }
66  
67      /**
68 <     * interrupt during wait for exchange throws IE
68 >     * interrupt during wait for exchange throws InterruptedException
69       */
70      public void testExchange_InterruptedException() {
71          final Exchanger e = new Exchanger();
# Line 82 | Line 82 | public class ExchangerTest extends JSR16
82      }
83  
84      /**
85 <     * interrupt during wait for timed exchange throws IE
85 >     * interrupt during wait for timed exchange throws InterruptedException
86       */
87      public void testTimedExchange_InterruptedException() {
88          final Exchanger e = new Exchanger();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines