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.20 by dl, Thu Jan 22 14:39:25 2004 UTC vs.
Revision 1.21 by dl, Thu Jan 22 15:17:35 2004 UTC

# Line 144 | Line 144 | public class ScheduledExecutorTest exten
144              // an execution per SHORT delay, but no more than one SHORT more
145              assertTrue(c >= SMALL_DELAY_MS / SHORT_DELAY_MS);
146              assertTrue(c <= SMALL_DELAY_MS + SHORT_DELAY_MS);
147            assertTrue(h.isDone());
147              joinPool(p1);
148          } catch(Exception e){
149              unexpectedException();
# Line 165 | Line 164 | public class ScheduledExecutorTest exten
164              int c = counter.count.get();
165              assertTrue(c >= SMALL_DELAY_MS / SHORT_DELAY_MS);
166              assertTrue(c <= SMALL_DELAY_MS + SHORT_DELAY_MS);
168            assertTrue(h.isDone());
167              joinPool(p1);
168          } catch(Exception e){
169              unexpectedException();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines