Changeset 12607 for trunk/psLib/test/math/tap_psStats03.c
- Timestamp:
- Mar 27, 2007, 12:52:03 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psStats03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psStats03.c
r11420 r12607 44 44 ok(result, "psVectorStats succeeded"); 45 45 ok(!isnan(myStats->sampleMedian), "psVectorStats() returned non-NAN"); 46 ok_float_tol(myStats->sampleMedian, realMedianNoMask, 1e-4,46 is_float_tol(myStats->sampleMedian, realMedianNoMask, 1e-4, 47 47 "The sample median was %f, should be %f", myStats->sampleMedian, realMedianNoMask); 48 48 ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks"); … … 55 55 ok(result, "psVectorStats succeeded"); 56 56 ok(!isnan(myStats->sampleMedian), "psVectorStats() returned non-NAN"); 57 ok_float_tol(myStats->sampleMedian, realMedianWithMask, 1e-4,57 is_float_tol(myStats->sampleMedian, realMedianWithMask, 1e-4, 58 58 "The sample median was %f, should be %f", myStats->sampleMedian, realMedianWithMask); 59 59 ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
Note:
See TracChangeset
for help on using the changeset viewer.
