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

Comparing jsr166/src/test/tck/FutureTaskTest.java (file contents):
Revision 1.44 by jsr166, Sun May 24 01:42:14 2015 UTC vs.
Revision 1.45 by jsr166, Sun May 14 00:56:43 2017 UTC

# Line 417 | Line 417 | public class FutureTaskTest extends JSR1
417                          delay(LONG_DELAY_MS);
418                          shouldThrow();
419                      } catch (InterruptedException success) {}
420 +                    assertFalse(Thread.interrupted());
421                  }});
422  
423          Thread t = newStartedThread(task);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines