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_psMatrix04.stdout

    r898 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psMatrix04.c                                           |
    3 |            TestPoint: psMatrix{Create input and output images}                   |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psMatrix04.c                                           *
     3*            TestPoint: psMatrix{Create input and output images}                   *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    773.000000 5.000000 7.000000
     
    1111---> TESTPOINT PASSED (psMatrix{Create input and output images} | tst_psMatrix04.c)
    1212
    13 /----------------------------- TESTPOINT ------------------------------------------\
    14 |             TestFile: tst_psMatrix04.c                                           |
    15 |            TestPoint: psMatrix{Invert matrix and calculate determinant}          |
    16 |             TestType: Positive                                                   |
    17 \----------------------------------------------------------------------------------/
     13/***************************** TESTPOINT ******************************************\
     14*             TestFile: tst_psMatrix04.c                                           *
     15*            TestPoint: psMatrix{Invert matrix and calculate determinant}          *
     16*             TestType: Positive                                                   *
     17\**********************************************************************************/
    1818
    1919-1.000000 0.666667 0.666667
     
    2525---> TESTPOINT PASSED (psMatrix{Invert matrix and calculate determinant} | tst_psMatrix04.c)
    2626
    27 /----------------------------- TESTPOINT ------------------------------------------\
    28 |             TestFile: tst_psMatrix04.c                                           |
    29 |            TestPoint: psMatrix{Calculate determinant only}                       |
    30 |             TestType: Positive                                                   |
    31 \----------------------------------------------------------------------------------/
     27/***************************** TESTPOINT ******************************************\
     28*             TestFile: tst_psMatrix04.c                                           *
     29*            TestPoint: psMatrix{Calculate determinant only}                       *
     30*             TestType: Positive                                                   *
     31\**********************************************************************************/
    3232
    3333det = 3.000000
     
    3535---> TESTPOINT PASSED (psMatrix{Calculate determinant only} | tst_psMatrix04.c)
    3636
    37 /----------------------------- TESTPOINT ------------------------------------------\
    38 |             TestFile: tst_psMatrix04.c                                           |
    39 |            TestPoint: psMatrix{Free input and output images}                     |
    40 |             TestType: Positive                                                   |
    41 \----------------------------------------------------------------------------------/
     37/***************************** TESTPOINT ******************************************\
     38*             TestFile: tst_psMatrix04.c                                           *
     39*            TestPoint: psMatrix{Free input and output images}                     *
     40*             TestType: Positive                                                   *
     41\**********************************************************************************/
    4242
    4343
    4444---> TESTPOINT PASSED (psMatrix{Free input and output images} | tst_psMatrix04.c)
    4545
    46 /----------------------------- TESTPOINT ------------------------------------------\
    47 |             TestFile: tst_psMatrix04.c                                           |
    48 |            TestPoint: psMatrix{Attempt to use null input image argument}         |
    49 |             TestType: Negative                                                   |
    50 |    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            |
    51 |  ExpectedStatusValue: 0                                                          |
    52 \----------------------------------------------------------------------------------/
     46/***************************** TESTPOINT ******************************************\
     47*             TestFile: tst_psMatrix04.c                                           *
     48*            TestPoint: psMatrix{Attempt to use null input image argument}         *
     49*             TestType: Negative                                                   *
     50*    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            *
     51*  ExpectedStatusValue: 0                                                          *
     52\**********************************************************************************/
    5353
    5454
    5555---> TESTPOINT PASSED (psMatrix{Attempt to use null input image argument} | tst_psMatrix04.c)
    5656
    57 /----------------------------- TESTPOINT ------------------------------------------\
    58 |             TestFile: tst_psMatrix04.c                                           |
    59 |            TestPoint: psMatrix{Attempt to use null input float argument}         |
    60 |             TestType: Negative                                                   |
    61 |    ExpectedErrorText: Invalid operation: determinant argument is NULL.           |
    62 |  ExpectedStatusValue: 0                                                          |
    63 \----------------------------------------------------------------------------------/
     57/***************************** TESTPOINT ******************************************\
     58*             TestFile: tst_psMatrix04.c                                           *
     59*            TestPoint: psMatrix{Attempt to use null input float argument}         *
     60*             TestType: Negative                                                   *
     61*    ExpectedErrorText: Invalid operation: determinant argument is NULL.           *
     62*  ExpectedStatusValue: 0                                                          *
     63\**********************************************************************************/
    6464
    6565
Note: See TracChangeset for help on using the changeset viewer.