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

Comparing jsr166/src/test/tck/JSR166TestCase.java (file contents):
Revision 1.3 by dl, Sat Sep 20 18:20:08 2003 UTC vs.
Revision 1.4 by dl, Thu Sep 25 11:02:41 2003 UTC

# Line 64 | Line 64 | public class JSR166TestCase extends Test
64       * be reimplmented to use for example a Property.
65       */
66      protected long getShortDelay() {
67 <        return 50;
67 >        return 100;
68      }
69  
70  
# Line 84 | Line 84 | public class JSR166TestCase extends Test
84      protected volatile boolean threadFailed;
85  
86      /**
87 <     * Initialize test to indicat that no thread assertions have failed
87 >     * Initialize test to indicate that no thread assertions have failed
88       */
89      public void setUp() {
90          setDelays();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines