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

Comparing jsr166/src/test/tck/ScheduledExecutorTest.java (file contents):
Revision 1.77 by jsr166, Mon Oct 12 16:49:28 2015 UTC vs.
Revision 1.78 by jsr166, Sun Oct 25 02:58:25 2015 UTC

# Line 164 | Line 164 | public class ScheduledExecutorTest exten
164                      normalizedTime <= cycles)
165                      return;
166              }
167 <            throw new AssertionError("unexpected execution rate");
167 >            fail("unexpected execution rate");
168          }
169      }
170  
# Line 190 | Line 190 | public class ScheduledExecutorTest exten
190                      normalizedTime <= cycles)
191                      return;
192              }
193 <            throw new AssertionError("unexpected execution rate");
193 >            fail("unexpected execution rate");
194          }
195      }
196  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines