IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2004, 3:58:03 PM (22 years ago)
Author:
harman
Message:

Added more unit tests

File:
1 edited

Legend:

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

    r804 r908  
    992.000000
    1010
     110.000000 1.000000 2.000000
     12
    11130.000000
    12141.000000
     
    1719/----------------------------- TESTPOINT ------------------------------------------\
    1820|             TestFile: tst_psMatrix07.c                                           |
    19 |            TestPoint: psMatrix{Convert matrix to vector}                         |
     21|            TestPoint: psMatrix{Convert matrix to PS_DIMEN_VECTOR vector}         |
    2022|             TestType: Positive                                                   |
    2123\----------------------------------------------------------------------------------/
     
    25272.000000
    2628
    27 ---> TESTPOINT PASSED (psMatrix{Calculate Eigenvectors} | tst_psMatrix07.c)
     29---> TESTPOINT PASSED (psMatrix{Convert matrix to PS_DIMEN_VECTOR vector} | tst_psMatrix07.c)
    2830
    2931/----------------------------- TESTPOINT ------------------------------------------\
    3032|             TestFile: tst_psMatrix07.c                                           |
    31 |            TestPoint: psMatrix{Convert vector to matrix}                         |
     33|            TestPoint: psMatrix{Attempt to use null image input argument}         |
     34|             TestType: Negative                                                   |
     35|    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            |
     36|  ExpectedStatusValue: 0                                                          |
     37\----------------------------------------------------------------------------------/
     38
     39
     40---> TESTPOINT PASSED (psMatrix{Attempt to use null image input argument} | tst_psMatrix07.c)
     41
     42/----------------------------- TESTPOINT ------------------------------------------\
     43|             TestFile: tst_psMatrix07.c                                           |
     44|            TestPoint: psMatrix{Convert matrix to PS_DIMEN_TRANSV vector}         |
     45|             TestType: Positive                                                   |
     46\----------------------------------------------------------------------------------/
     47
     480.000000
     491.000000
     502.000000
     51
     52---> TESTPOINT PASSED (psMatrix{Convert matrix to PS_DIMEN_TRANSV vector} | tst_psMatrix07.c)
     53
     54/----------------------------- TESTPOINT ------------------------------------------\
     55|             TestFile: tst_psMatrix07.c                                           |
     56|            TestPoint: psMatrix{Improper image size}                              |
     57|             TestType: Negative                                                   |
     58|    ExpectedErrorText: Image does not have dim with 1 col or 1 row: (2 x 2).      |
     59|  ExpectedStatusValue: 0                                                          |
     60\----------------------------------------------------------------------------------/
     61
     62
     63---> TESTPOINT PASSED (psMatrix{Improper image size} | tst_psMatrix07.c)
     64
     65/----------------------------- TESTPOINT ------------------------------------------\
     66|             TestFile: tst_psMatrix07.c                                           |
     67|            TestPoint: psMatrix{Convert PS_DIMEN_VECTOR vector to matrix}         |
    3268|             TestType: Positive                                                   |
    3369\----------------------------------------------------------------------------------/
     
    37732.000000
    3874
    39 ---> TESTPOINT PASSED (psMatrix{Convert vector to matrix} | tst_psMatrix07.c)
     75---> TESTPOINT PASSED (psMatrix{Convert PS_DIMEN_VECTOR vector to matrix} | tst_psMatrix07.c)
     76
     77/----------------------------- TESTPOINT ------------------------------------------\
     78|             TestFile: tst_psMatrix07.c                                           |
     79|            TestPoint: psMatrix{Attempt to use null input vector argument}        |
     80|             TestType: Negative                                                   |
     81|    ExpectedErrorText: Invalid operation: inVector or its data is NULL.           |
     82|  ExpectedStatusValue: 0                                                          |
     83\----------------------------------------------------------------------------------/
     84
     85
     86---> TESTPOINT PASSED (psMatrix{Attempt to use null input vector argument} | tst_psMatrix07.c)
     87
     88/----------------------------- TESTPOINT ------------------------------------------\
     89|             TestFile: tst_psMatrix07.c                                           |
     90|            TestPoint: psMatrix{Convert PS_DIMEN_TRANSV vector to matrix}         |
     91|             TestType: Positive                                                   |
     92\----------------------------------------------------------------------------------/
     93
     940.000000 1.000000 2.000000
     95
     96---> TESTPOINT PASSED (psMatrix{Convert PS_DIMEN_TRANSV vector to matrix} | tst_psMatrix07.c)
    4097
    4198/----------------------------- TESTPOINT ------------------------------------------\
Note: See TracChangeset for help on using the changeset viewer.