IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2005, 2:19:51 PM (21 years ago)
Author:
desonia
Message:

changed psMatrix tests so that functions return NULL on error.

File:
1 edited

Legend:

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

    r2678 r3313  
    22*             TestFile: tst_psMatrix02.c                                           *
    33*            TestPoint: psMatrix{Input pointer same as output pointer}             *
    4 *             TestType: Negative                                                   *
    5 *    ExpectedErrorText: Invalid operation: Pointer to inImage is same as outImage. *
    6 *  ExpectedStatusValue: 0                                                          *
     4*             TestType: Positive                                                   *
    75\**********************************************************************************/
    86
     
    1311*             TestFile: tst_psMatrix02.c                                           *
    1412*            TestPoint: psMatrix{Null input psImage}                               *
    15 *             TestType: Negative                                                   *
    16 *    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            *
    17 *  ExpectedStatusValue: 0                                                          *
     13*             TestType: Positive                                                   *
    1814\**********************************************************************************/
    1915
     
    2420*             TestFile: tst_psMatrix02.c                                           *
    2521*            TestPoint: psMatrix{Incorrect type for input pointer}                 *
    26 *             TestType: Negative                                                   *
    27 *    ExpectedErrorText: |Invalid operation: inImage not PS_TYPE_F64.               *
    28 *  ExpectedStatusValue: 0                                                          *
     22*             TestType: Positive                                                   *
    2923\**********************************************************************************/
    3024
     
    3529*             TestFile: tst_psMatrix02.c                                           *
    3630*            TestPoint: psMatrix{Incorrect type for output pointer}                *
    37 *             TestType: Negative                                                   *
    38 *    ExpectedErrorText: Invalid operation: outImage not PS_TYPE_F64.               *
    39 *  ExpectedStatusValue: 0                                                          *
     31*             TestType: Positive                                                   *
    4032\**********************************************************************************/
    4133
     
    4638*             TestFile: tst_psMatrix02.c                                           *
    4739*            TestPoint: psMatrix{Matrix not square for output pointer}             *
    48 *             TestType: Negative                                                   *
    49 *    ExpectedErrorText: Invalid operation: outImage not square array.              *
    50 *  ExpectedStatusValue: 0                                                          *
     40*             TestType: Positive                                                   *
    5141\**********************************************************************************/
    5242
Note: See TracChangeset for help on using the changeset viewer.