Parent Directory
|
Revision Log
|
Patch
revision 1613 by gregoa, Sat Feb 28 22:58:39 2009 UTC | revision 1614 by tmancill, Sun Mar 1 19:15:04 2009 UTC | |
---|---|---|
# | Line 8 Description: disable a test that fails | Line 8 Description: disable a test that fails |
8 | ||
9 | //test function from math | //test function from math |
10 | -assert(abs(-1.3f)==1.3); | -assert(abs(-1.3f)==1.3); |
11 | +//assert(abs(-1.3f)==1.3); | +assert(abs(-1.3f).compareTo(Double.valueOf(1.3d)) == 0); |
12 | ||
13 | //test methods from test class | //test methods from test class |
14 | //staticPrivateMethod(); | //staticPrivateMethod(); |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |