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

    r898 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psMatrix03.c                                           |
    3 |            TestPoint: psMatrix{Create input and output images and vectors}       |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psMatrix03.c                                           *
     3*            TestPoint: psMatrix{Create input and output images and vectors}       *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    773.000000 1.000000 -2.000000
     
    1515---> TESTPOINT PASSED (psMatrix{Create input and output images and vectors} | tst_psMatrix03.c)
    1616
    17 /----------------------------- TESTPOINT ------------------------------------------\
    18 |             TestFile: tst_psMatrix03.c                                           |
    19 |            TestPoint: psMatrix{Calculate LU matrix}                              |
    20 |             TestType: Positive                                                   |
    21 \----------------------------------------------------------------------------------/
     17/***************************** TESTPOINT ******************************************\
     18*             TestFile: tst_psMatrix03.c                                           *
     19*            TestPoint: psMatrix{Calculate LU matrix}                              *
     20*             TestType: Positive                                                   *
     21\**********************************************************************************/
    2222
    23230.500000 -0.545455 -0.545455
     
    2727---> TESTPOINT PASSED (psMatrix{Calculate LU matrix} | tst_psMatrix03.c)
    2828
    29 /----------------------------- TESTPOINT ------------------------------------------\
    30 |             TestFile: tst_psMatrix03.c                                           |
    31 |            TestPoint: psMatrix{Determine solution to matrix equation}            |
    32 |             TestType: Positive                                                   |
    33 \----------------------------------------------------------------------------------/
     29/***************************** TESTPOINT ******************************************\
     30*             TestFile: tst_psMatrix03.c                                           *
     31*            TestPoint: psMatrix{Determine solution to matrix equation}            *
     32*             TestType: Positive                                                   *
     33\**********************************************************************************/
    3434
    35354.000000
     
    4040---> TESTPOINT PASSED (psMatrix{Determine solution to matrix equation} | tst_psMatrix03.c)
    4141
    42 /----------------------------- TESTPOINT ------------------------------------------\
    43 |             TestFile: tst_psMatrix03.c                                           |
    44 |            TestPoint: psMatrix{Free input and output images and vectors}         |
    45 |             TestType: Positive                                                   |
    46 \----------------------------------------------------------------------------------/
     42/***************************** TESTPOINT ******************************************\
     43*             TestFile: tst_psMatrix03.c                                           *
     44*            TestPoint: psMatrix{Free input and output images and vectors}         *
     45*             TestType: Positive                                                   *
     46\**********************************************************************************/
    4747
    4848
    4949---> TESTPOINT PASSED (psMatrix{Free input and output images and vectors} | tst_psMatrix03.c)
    5050
    51 /----------------------------- TESTPOINT ------------------------------------------\
    52 |             TestFile: tst_psMatrix03.c                                           |
    53 |            TestPoint: psMatrix{Attempt to use null image input argument}         |
    54 |             TestType: Negative                                                   |
    55 |    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            |
    56 |  ExpectedStatusValue: 0                                                          |
    57 \----------------------------------------------------------------------------------/
     51/***************************** TESTPOINT ******************************************\
     52*             TestFile: tst_psMatrix03.c                                           *
     53*            TestPoint: psMatrix{Attempt to use null image input argument}         *
     54*             TestType: Negative                                                   *
     55*    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            *
     56*  ExpectedStatusValue: 0                                                          *
     57\**********************************************************************************/
    5858
    5959
    6060---> TESTPOINT PASSED (psMatrix{Attempt to use null image input argument} | tst_psMatrix03.c)
    6161
    62 /----------------------------- TESTPOINT ------------------------------------------\
    63 |             TestFile: tst_psMatrix03.c                                           |
    64 |            TestPoint: psMatrix{Attempt to use null input vector argument}        |
    65 |             TestType: Negative                                                   |
    66 |    ExpectedErrorText: Invalid operation: inVector or its data is NULL.           |
    67 |  ExpectedStatusValue: 0                                                          |
    68 \----------------------------------------------------------------------------------/
     62/***************************** TESTPOINT ******************************************\
     63*             TestFile: tst_psMatrix03.c                                           *
     64*            TestPoint: psMatrix{Attempt to use null input vector argument}        *
     65*             TestType: Negative                                                   *
     66*    ExpectedErrorText: Invalid operation: inVector or its data is NULL.           *
     67*  ExpectedStatusValue: 0                                                          *
     68\**********************************************************************************/
    6969
    7070
    7171---> TESTPOINT PASSED (psMatrix{Attempt to use null input vector argument} | tst_psMatrix03.c)
    7272
    73 /----------------------------- TESTPOINT ------------------------------------------\
    74 |             TestFile: tst_psMatrix03.c                                           |
    75 |            TestPoint: psMatrix{Attempt to use null LU image argument}            |
    76 |             TestType: Negative                                                   |
    77 |    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            |
    78 |  ExpectedStatusValue: 0                                                          |
    79 \----------------------------------------------------------------------------------/
     73/***************************** TESTPOINT ******************************************\
     74*             TestFile: tst_psMatrix03.c                                           *
     75*            TestPoint: psMatrix{Attempt to use null LU image argument}            *
     76*             TestType: Negative                                                   *
     77*    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            *
     78*  ExpectedStatusValue: 0                                                          *
     79\**********************************************************************************/
    8080
    8181
Note: See TracChangeset for help on using the changeset viewer.