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

Comparing jsr166/src/test/tck/SystemTest.java (file contents):
Revision 1.2 by dl, Sun Sep 14 20:42:41 2003 UTC vs.
Revision 1.3 by dl, Sat Sep 20 18:20:08 2003 UTC

# Line 36 | Line 36 | public class SystemTest extends JSR166Te
36              assertTrue(nanos <= millis * 1000000);
37          }
38          catch(InterruptedException ie) {
39 <            fail("unexpected exception");
39 >            unexpectedException();
40          }
41      }
42  
# Line 60 | Line 60 | public class SystemTest extends JSR166Te
60              assertTrue(millis * 1000000 <= nanos);
61          }
62          catch(InterruptedException ie) {
63 <            fail("unexpected exception");
63 >            unexpectedException();
64          }
65      }
66  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines