Changeset 12440
- Timestamp:
- Mar 14, 2007, 11:22:34 AM (19 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 6 edited
-
imageops/tap_psImageGeomManip.c (modified) (2 diffs)
-
imageops/tap_psImageInterpolate.c (modified) (2 diffs)
-
imageops/tap_psImagePixelManip.c (modified) (2 diffs)
-
mathtypes/tap_psScalar.c (modified) (2 diffs)
-
mathtypes/tap_psVector.c (modified) (1 diff)
-
types/tap_psMetadata_printing.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/imageops/tap_psImageGeomManip.c
r12431 r12440 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-03-14 00:39:51$8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-03-14 21:20:28 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 118 118 psLogSetFormat("HLNM"); 119 119 psLogSetLevel(PS_LOG_INFO); 120 plan_tests(22 6);120 plan_tests(224); 121 121 122 122 // testImageRebin() -
trunk/psLib/test/imageops/tap_psImageInterpolate.c
r12431 r12440 5 5 * @author Eric Van Alst, MHPCC 6 6 * 7 * @version $Revision: 1. 2$7 * @version $Revision: 1.3 $ 8 8 * $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-03-14 00:39:51$9 * @date $Date: 2007-03-14 21:20:28 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 53 53 psLogSetFormat("HLNM"); 54 54 psLogSetLevel(PS_LOG_INFO); 55 plan_tests(5 7);55 plan_tests(53); 56 56 57 57 // testInterpolateFlatBilinear(void) -
trunk/psLib/test/imageops/tap_psImagePixelManip.c
r12431 r12440 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-03-14 00:39:51$8 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-03-14 21:20:28 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 22 22 psLogSetFormat("HLNM"); 23 23 psLogSetLevel(PS_LOG_INFO); 24 plan_tests( 86);24 plan_tests(47); 25 25 26 26 // testImageClip() -
trunk/psLib/test/mathtypes/tap_psScalar.c
r12431 r12440 5 5 * @author Eric Van Alst, MHPCC 6 6 * 7 * @version $Revision: 1. 2$7 * @version $Revision: 1.3 $ 8 8 * $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-03-14 00:39:51$9 * @date $Date: 2007-03-14 21:21:49 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 49 49 int main(void) 50 50 { 51 plan_tests( 51);51 plan_tests(43); 52 52 53 53 void testScalarAlloc(); -
trunk/psLib/test/mathtypes/tap_psVector.c
r12431 r12440 8 8 int main (void) 9 9 { 10 plan_tests(2 11);10 plan_tests(209); 11 11 12 12 diag("psVectorAlloc() tests"); -
trunk/psLib/test/types/tap_psMetadata_printing.c
r12431 r12440 24 24 int main(void) 25 25 { 26 plan_tests( 30);26 plan_tests(29); 27 27 28 28 note("psMetadataPrint and psMetadataItemPrint tests");
Note:
See TracChangeset
for help on using the changeset viewer.
