Changeset 2288
- Timestamp:
- Nov 5, 2004, 2:17:38 PM (22 years ago)
- Location:
- trunk/psLib/test/dataManip/verified
- Files:
-
- 5 edited
-
tst_psHist02.stdout (modified) (1 diff)
-
tst_psMatrix02.stderr (modified) (1 diff)
-
tst_psMatrix04.stderr (modified) (1 diff)
-
tst_psMinimize04.stderr (modified) (1 diff)
-
tst_psMinimize04_F32.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/verified/tst_psHist02.stdout
r1365 r2288 143 143 \**********************************************************************************/ 144 144 145 146 ---> TESTPOINT PASSED (psStats functions{Calling psVectorHistogram() with various NULL inputs.} | tst_psHist02.c)147 148 /***************************** TESTPOINT ******************************************\149 * TestFile: tst_psHist02.c *150 * TestPoint: psStats functions{Deallocate the psHistogram structure.} *151 * TestType: Positive *152 \**********************************************************************************/153 154 155 ---> TESTPOINT PASSED (psStats functions{Deallocate the psHistogram structure.} | tst_psHist02.c)156 -
trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr
r1761 r2288 1 <DATE><TIME>|<HOST>|E|psMatrixTranspose 1 <DATE><TIME>|<HOST>|E|psMatrixTranspose (psMatrix.c:<LINENO>) 2 2 Invalid operation: Pointer to inImage is same as outImage. 3 <DATE><TIME>|<HOST>|E|psMatrixTranspose 4 Invalid operation:inImage or its data is NULL.5 <DATE><TIME>|<HOST>|E|psMatrixTranspose 6 Invalid operation :inImage not PS_TYPE_F64.7 <DATE><TIME>|<HOST>|E|psMatrixTranspose 3 <DATE><TIME>|<HOST>|E|psMatrixTranspose (psMatrix.c:<LINENO>) 4 Unallowable operation: psImage inImage or its data is NULL. 5 <DATE><TIME>|<HOST>|E|psMatrixTranspose (psMatrix.c:<LINENO>) 6 Invalid operation. inImage not PS_TYPE_F64. 7 <DATE><TIME>|<HOST>|E|psMatrixTranspose (psMatrix.c:<LINENO>) 8 8 Invalid operation: inImage not square array. 9 <DATE><TIME>|<HOST>|E|psMatrixTranspose10 Invalid operation: outImage not PS_TYPE_F64.11 <DATE><TIME>|<HOST>|E|psMatrixTranspose12 Invalid operation: outImage not square array. -
trunk/psLib/test/dataManip/verified/tst_psMatrix04.stderr
r1761 r2288 1 <DATE><TIME>|<HOST>|E|psMatrixInvert 2 Invalid operation:inImage or its data is NULL.3 <DATE><TIME>|<HOST>|E|psMatrixInvert 4 Invalid operation: determinant argument is NULL.1 <DATE><TIME>|<HOST>|E|psMatrixInvert (psMatrix.c:<LINENO>) 2 Unallowable operation: psImage inImage or its data is NULL. 3 <DATE><TIME>|<HOST>|E|psMatrixInvert (psMatrix.c:<LINENO>) 4 Unallowable operation: det is NULL. -
trunk/psLib/test/dataManip/verified/tst_psMinimize04.stderr
r1984 r2288 1 1 <DATE><TIME>|<HOST>|I|t03 2 2 Following should generate an error for null input polynomial. 3 <DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D 4 Unallowable operation: myPoly or its coeffs is NULL.3 <DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (psMinimize.c:<LINENO>) 4 Unallowable operation: polynomial myPoly or its coeffs is NULL. -
trunk/psLib/test/dataManip/verified/tst_psMinimize04_F32.stderr
r2082 r2288 1 1 <DATE><TIME>|<HOST>|I|t03 2 2 Following should generate error for null arguments. 3 <DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D 4 Unallowable operation: myPoly or its coeffs is NULL.3 <DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (psMinimize.c:<LINENO>) 4 Unallowable operation: polynomial myPoly or its coeffs is NULL.
Note:
See TracChangeset
for help on using the changeset viewer.
