Changeset 908 for trunk/psLib/test/dataManip/verified/tst_psMatrix07.stdout
- Timestamp:
- Jun 7, 2004, 3:58:03 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/verified/tst_psMatrix07.stdout
r804 r908 9 9 2.000000 10 10 11 0.000000 1.000000 2.000000 12 11 13 0.000000 12 14 1.000000 … … 17 19 /----------------------------- TESTPOINT ------------------------------------------\ 18 20 | TestFile: tst_psMatrix07.c | 19 | TestPoint: psMatrix{Convert matrix to vector}|21 | TestPoint: psMatrix{Convert matrix to PS_DIMEN_VECTOR vector} | 20 22 | TestType: Positive | 21 23 \----------------------------------------------------------------------------------/ … … 25 27 2.000000 26 28 27 ---> TESTPOINT PASSED (psMatrix{C alculate Eigenvectors} | tst_psMatrix07.c)29 ---> TESTPOINT PASSED (psMatrix{Convert matrix to PS_DIMEN_VECTOR vector} | tst_psMatrix07.c) 28 30 29 31 /----------------------------- TESTPOINT ------------------------------------------\ 30 32 | 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 48 0.000000 49 1.000000 50 2.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} | 32 68 | TestType: Positive | 33 69 \----------------------------------------------------------------------------------/ … … 37 73 2.000000 38 74 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 94 0.000000 1.000000 2.000000 95 96 ---> TESTPOINT PASSED (psMatrix{Convert PS_DIMEN_TRANSV vector to matrix} | tst_psMatrix07.c) 40 97 41 98 /----------------------------- TESTPOINT ------------------------------------------\
Note:
See TracChangeset
for help on using the changeset viewer.
