IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2004, 1:42:57 PM (22 years ago)
Author:
harman
Message:

Added more tests

File:
1 edited

Legend:

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

    r804 r872  
    24240.750000 -2.750000 -6.500000
    25254.000000 5.000000 6.000000
     26Error: Resulting image is not PS_DIMEN_IMAGE
    2627
    2728---> TESTPOINT PASSED (psMatrix{Calculate LU matrix} | tst_psMatrix03.c)
     
    3637-2.000000
    37383.000000
     39Error: Resulting image is not PS_DIMEN_VECTOR
    3840
    3941---> TESTPOINT PASSED (psMatrix{Determine solution to matrix equation} | tst_psMatrix03.c)
     
    4850---> TESTPOINT PASSED (psMatrix{Free input and output images and vectors} | tst_psMatrix03.c)
    4951
     52/----------------------------- TESTPOINT ------------------------------------------\
     53|             TestFile: tst_psMatrix03.c                                           |
     54|            TestPoint: psMatrix{Attempt to use null image input argument}         |
     55|             TestType: Negative                                                   |
     56|    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            |
     57|  ExpectedStatusValue: 0                                                          |
     58\----------------------------------------------------------------------------------/
     59
     60
     61---> TESTPOINT PASSED (psMatrix{Attempt to use null image input argument} | tst_psMatrix03.c)
     62
     63/----------------------------- TESTPOINT ------------------------------------------\
     64|             TestFile: tst_psMatrix03.c                                           |
     65|            TestPoint: psMatrix{Attempt to use null input vector argument}        |
     66|             TestType: Negative                                                   |
     67|    ExpectedErrorText: Invalid operation: inVector or its data is NULL.           |
     68|  ExpectedStatusValue: 0                                                          |
     69\----------------------------------------------------------------------------------/
     70
     71
     72---> TESTPOINT PASSED (psMatrix{Attempt to use null input vector argument} | tst_psMatrix03.c)
     73
     74/----------------------------- TESTPOINT ------------------------------------------\
     75|             TestFile: tst_psMatrix03.c                                           |
     76|            TestPoint: psMatrix{Attempt to use null LU image argument}            |
     77|             TestType: Negative                                                   |
     78|    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            |
     79|  ExpectedStatusValue: 0                                                          |
     80\----------------------------------------------------------------------------------/
     81
     82
     83---> TESTPOINT PASSED (psMatrix{Attempt to use null LU image argument} | tst_psMatrix03.c)
     84
Note: See TracChangeset for help on using the changeset viewer.