Changeset 4589 for trunk/psLib/test
- Timestamp:
- Jul 20, 2005, 3:40:10 PM (21 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 3 edited
-
math/tst_psMatrix04.c (modified) (3 diffs)
-
types/verified/tst_psLookupTable_01.stderr (modified) (1 diff)
-
types/verified/tst_psMetadataIO.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psMatrix04.c
r4547 r4589 13 13 * @author Ross Harman, MHPCC 14 14 * 15 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $16 * @date $Date: 2005-07- 13 02:47:00 $15 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2005-07-21 01:40:10 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 51 51 { 52 52 float det = 0.0f; 53 float *det2 = NULL;53 float det2 = 0; 54 54 psImage *outImage = NULL; 55 55 psImage *inImage = NULL; … … 120 120 printPositiveTestHeader(stdout, "psMatrix", "Calculate determinant only"); 121 121 det2 = psMatrixDeterminant(inImage); 122 CHECK_VALUE(*det2); 123 psFree(det2); 122 CHECK_VALUE(det2); 124 123 det2 = psMatrixDeterminant(inImage32); 125 CHECK_VALUE(*det2); 126 psFree(det2); 124 CHECK_VALUE(det2); 127 125 printFooter(stdout, "psMatrix", "Calculate determinant only", true); 128 126 -
trunk/psLib/test/types/verified/tst_psLookupTable_01.stderr
r4547 r4589 8 8 Following should generate error message for invalid file name 9 9 <DATE><TIME>|<HOST>|E|psLookupTableAlloc (FILE:LINENO) 10 Unallowable operation: file Name is NULL.10 Unallowable operation: filename is NULL. 11 11 <DATE><TIME>|<HOST>|I|testLookupTableAlloc 12 12 Following should generate error message for invalid format string -
trunk/psLib/test/types/verified/tst_psMetadataIO.stderr
r4547 r4589 65 65 Following should generate an error message for NULL file name arg 66 66 <DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO) 67 Unallowable operation: file Name is NULL.67 Unallowable operation: filename is NULL. 68 68 69 69 ---> TESTPOINT PASSED (psMetadataConfigParse{psMetadataConfigParse} | tst_psMetadataIO.c)
Note:
See TracChangeset
for help on using the changeset viewer.
