- Timestamp:
- Jun 14, 2004, 2:13:57 PM (22 years ago)
- 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 \**********************************************************************************/ 6 6 7 7 3.000000 5.000000 7.000000 … … 11 11 ---> TESTPOINT PASSED (psMatrix{Create input and output images} | tst_psMatrix04.c) 12 12 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 \**********************************************************************************/ 18 18 19 19 -1.000000 0.666667 0.666667 … … 25 25 ---> TESTPOINT PASSED (psMatrix{Invert matrix and calculate determinant} | tst_psMatrix04.c) 26 26 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 \**********************************************************************************/ 32 32 33 33 det = 3.000000 … … 35 35 ---> TESTPOINT PASSED (psMatrix{Calculate determinant only} | tst_psMatrix04.c) 36 36 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 \**********************************************************************************/ 42 42 43 43 44 44 ---> TESTPOINT PASSED (psMatrix{Free input and output images} | tst_psMatrix04.c) 45 45 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 \**********************************************************************************/ 53 53 54 54 55 55 ---> TESTPOINT PASSED (psMatrix{Attempt to use null input image argument} | tst_psMatrix04.c) 56 56 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 \**********************************************************************************/ 64 64 65 65
Note:
See TracChangeset
for help on using the changeset viewer.
