IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2696


Ignore:
Timestamp:
Dec 10, 2004, 1:00:17 PM (22 years ago)
Author:
harman
Message:

Updated truth

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

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/verified/tst_psMatrix07.stderr

    r1761 r2696  
    1 <DATE><TIME>|<HOST>|E|psMatrixToVector
    2     Invalid operation: inImage or its data is NULL.
    3 <DATE><TIME>|<HOST>|E|psMatrixToVector
     1<DATE><TIME>|<HOST>|E|psMatrixToVector (psMatrix.c:<LINENO>)
     2    Unallowable operation: psImage inImage or its data is NULL.
     3<DATE><TIME>|<HOST>|E|psMatrixToVector (psMatrix.c:<LINENO>)
    44    Image does not have dim with 1 col or 1 row: (2 x 2).
    5 <DATE><TIME>|<HOST>|E|psVectorToMatrix
    6     Invalid operation: inVector or its data is NULL.
     5<DATE><TIME>|<HOST>|E|psVectorToMatrix (psMatrix.c:<LINENO>)
     6    Unallowable operation: psVector inVector or its data is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psMatrix07.stdout

    r1034 r2696  
    55\**********************************************************************************/
    66
    7 0.000000
    8 1.000000
    9 2.000000
    10 
    11 0.000000 1.000000 2.000000
    12 
    13 0.000000
    14 1.000000
    15 2.000000
    167
    178---> TESTPOINT PASSED (psMatrix{Create input and output images and vectors} | tst_psMatrix07.c)
     
    2314\**********************************************************************************/
    2415
    25 0.000000
    26 1.000000
    27 2.000000
    2816
    2917---> TESTPOINT PASSED (psMatrix{Convert matrix to PS_DIMEN_VECTOR vector} | tst_psMatrix07.c)
     
    4634\**********************************************************************************/
    4735
    48 0.000000
    49 1.000000
    50 2.000000
    5136
    5237---> TESTPOINT PASSED (psMatrix{Convert matrix to PS_DIMEN_TRANSV vector} | tst_psMatrix07.c)
     
    6954\**********************************************************************************/
    7055
    71 0.000000
    72 1.000000
    73 2.000000
    7456
    7557---> TESTPOINT PASSED (psMatrix{Convert PS_DIMEN_VECTOR vector to matrix} | tst_psMatrix07.c)
     
    9274\**********************************************************************************/
    9375
    94 0.000000 1.000000 2.000000
    9576
    9677---> TESTPOINT PASSED (psMatrix{Convert PS_DIMEN_TRANSV vector to matrix} | tst_psMatrix07.c)
Note: See TracChangeset for help on using the changeset viewer.