IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2288


Ignore:
Timestamp:
Nov 5, 2004, 2:17:38 PM (22 years ago)
Author:
desonia
Message:

various psError syntax changes.

Location:
trunk/psLib/test/dataManip/verified
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/verified/tst_psHist02.stdout

    r1365 r2288  
    143143\**********************************************************************************/
    144144
    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>)
    22    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>)
    88    Invalid operation: inImage not square array.
    9 <DATE><TIME>|<HOST>|E|psMatrixTranspose
    10     Invalid operation: outImage not PS_TYPE_F64.
    11 <DATE><TIME>|<HOST>|E|psMatrixTranspose
    12     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  
    11<DATE><TIME>|<HOST>|I|t03
    22    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  
    11<DATE><TIME>|<HOST>|I|t03
    22    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.