Changeset 12440 for trunk/psLib/test/imageops
- Timestamp:
- Mar 14, 2007, 11:22:34 AM (19 years ago)
- Location:
- trunk/psLib/test/imageops
- Files:
-
- 3 edited
-
tap_psImageGeomManip.c (modified) (2 diffs)
-
tap_psImageInterpolate.c (modified) (2 diffs)
-
tap_psImagePixelManip.c (modified) (2 diffs)
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()
Note:
See TracChangeset
for help on using the changeset viewer.
