IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2004, 2:13:57 PM (22 years ago)
Author:
desonia
Message:

Changed testpoint header so that testpoints can be easily counted

File:
1 edited

Legend:

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

    r804 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psMatrix02.c                                           |
    3 |            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                                                          |
    7 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psMatrix02.c                                           *
     3*            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                                                          *
     7\**********************************************************************************/
    88
    99
    1010---> TESTPOINT PASSED (psMatrix{Input pointer same as output pointer} | tst_psMatrix02.c)
    1111
    12 /----------------------------- TESTPOINT ------------------------------------------\
    13 |             TestFile: tst_psMatrix02.c                                           |
    14 |            TestPoint: psMatrix{Null input psImage}                               |
    15 |             TestType: Negative                                                   |
    16 |    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            |
    17 |  ExpectedStatusValue: 0                                                          |
    18 \----------------------------------------------------------------------------------/
     12/***************************** TESTPOINT ******************************************\
     13*             TestFile: tst_psMatrix02.c                                           *
     14*            TestPoint: psMatrix{Null input psImage}                               *
     15*             TestType: Negative                                                   *
     16*    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            *
     17*  ExpectedStatusValue: 0                                                          *
     18\**********************************************************************************/
    1919
    2020
    2121---> TESTPOINT PASSED (psMatrix{Null input psImage} | tst_psMatrix02.c)
    2222
    23 /----------------------------- TESTPOINT ------------------------------------------\
    24 |             TestFile: tst_psMatrix02.c                                           |
    25 |            TestPoint: psMatrix{Incorrect type for input pointer}                 |
    26 |             TestType: Negative                                                   |
    27 |    ExpectedErrorText: |Invalid operation: inImage not PS_TYPE_F64.               |
    28 |  ExpectedStatusValue: 0                                                          |
    29 \----------------------------------------------------------------------------------/
     23/***************************** TESTPOINT ******************************************\
     24*             TestFile: tst_psMatrix02.c                                           *
     25*            TestPoint: psMatrix{Incorrect type for input pointer}                 *
     26*             TestType: Negative                                                   *
     27*    ExpectedErrorText: |Invalid operation: inImage not PS_TYPE_F64.               *
     28*  ExpectedStatusValue: 0                                                          *
     29\**********************************************************************************/
    3030
    3131
    3232---> TESTPOINT PASSED (psMatrix{Incorrect type for input pointer} | tst_psMatrix02.c)
    3333
    34 /----------------------------- TESTPOINT ------------------------------------------\
    35 |             TestFile: tst_psMatrix02.c                                           |
    36 |            TestPoint: psMatrix{Matrix not square for input pointer}              |
    37 |             TestType: Negative                                                   |
    38 |    ExpectedErrorText: Invalid operation: inImage not square array.               |
    39 |  ExpectedStatusValue: 0                                                          |
    40 \----------------------------------------------------------------------------------/
     34/***************************** TESTPOINT ******************************************\
     35*             TestFile: tst_psMatrix02.c                                           *
     36*            TestPoint: psMatrix{Matrix not square for input pointer}              *
     37*             TestType: Negative                                                   *
     38*    ExpectedErrorText: Invalid operation: inImage not square array.               *
     39*  ExpectedStatusValue: 0                                                          *
     40\**********************************************************************************/
    4141
    4242
    4343---> TESTPOINT PASSED (psMatrix{Matrix not square for input pointer} | tst_psMatrix02.c)
    4444
    45 /----------------------------- TESTPOINT ------------------------------------------\
    46 |             TestFile: tst_psMatrix02.c                                           |
    47 |            TestPoint: psMatrix{Incorrect type for output pointer}                |
    48 |             TestType: Negative                                                   |
    49 |    ExpectedErrorText: Invalid operation: outImage not PS_TYPE_F64.               |
    50 |  ExpectedStatusValue: 0                                                          |
    51 \----------------------------------------------------------------------------------/
     45/***************************** TESTPOINT ******************************************\
     46*             TestFile: tst_psMatrix02.c                                           *
     47*            TestPoint: psMatrix{Incorrect type for output pointer}                *
     48*             TestType: Negative                                                   *
     49*    ExpectedErrorText: Invalid operation: outImage not PS_TYPE_F64.               *
     50*  ExpectedStatusValue: 0                                                          *
     51\**********************************************************************************/
    5252
    5353
    5454---> TESTPOINT PASSED (psMatrix{Incorrect type for output pointer} | tst_psMatrix02.c)
    5555
    56 /----------------------------- TESTPOINT ------------------------------------------\
    57 |             TestFile: tst_psMatrix02.c                                           |
    58 |            TestPoint: psMatrix{Matrix not square for output pointer}             |
    59 |             TestType: Negative                                                   |
    60 |    ExpectedErrorText: Invalid operation: outImage not square array.              |
    61 |  ExpectedStatusValue: 0                                                          |
    62 \----------------------------------------------------------------------------------/
     56/***************************** TESTPOINT ******************************************\
     57*             TestFile: tst_psMatrix02.c                                           *
     58*            TestPoint: psMatrix{Matrix not square for output pointer}             *
     59*             TestType: Negative                                                   *
     60*    ExpectedErrorText: Invalid operation: outImage not square array.              *
     61*  ExpectedStatusValue: 0                                                          *
     62\**********************************************************************************/
    6363
    6464
Note: See TracChangeset for help on using the changeset viewer.