- Timestamp:
- Jun 14, 2004, 2:13:57 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/verified/tst_psMatrix02.stdout
r804 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psMatrix02.c | 3 | TestPoint: psMatrix{Input pointer same as output pointer} | 4 | TestType: Negative | 5 | ExpectedErrorText: Invalid operation: Pointer to inImage is same as outImage. | 6 | ExpectedStatusValue: 0 | 7 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psMatrix02.c * 3 * TestPoint: psMatrix{Input pointer same as output pointer} * 4 * TestType: Negative * 5 * ExpectedErrorText: Invalid operation: Pointer to inImage is same as outImage. * 6 * ExpectedStatusValue: 0 * 7 \**********************************************************************************/ 8 8 9 9 10 10 ---> TESTPOINT PASSED (psMatrix{Input pointer same as output pointer} | tst_psMatrix02.c) 11 11 12 / ----------------------------- TESTPOINT ------------------------------------------\13 | TestFile: tst_psMatrix02.c | 14 | TestPoint: psMatrix{Null input psImage} | 15 | TestType: Negative | 16 | ExpectedErrorText: Invalid operation: inImage or its data is NULL. | 17 | ExpectedStatusValue: 0 | 18 \ ----------------------------------------------------------------------------------/12 /***************************** TESTPOINT ******************************************\ 13 * TestFile: tst_psMatrix02.c * 14 * TestPoint: psMatrix{Null input psImage} * 15 * TestType: Negative * 16 * ExpectedErrorText: Invalid operation: inImage or its data is NULL. * 17 * ExpectedStatusValue: 0 * 18 \**********************************************************************************/ 19 19 20 20 21 21 ---> TESTPOINT PASSED (psMatrix{Null input psImage} | tst_psMatrix02.c) 22 22 23 / ----------------------------- TESTPOINT ------------------------------------------\24 | TestFile: tst_psMatrix02.c | 25 | TestPoint: psMatrix{Incorrect type for input pointer} | 26 | TestType: Negative | 27 | ExpectedErrorText: |Invalid operation: inImage not PS_TYPE_F64. | 28 | ExpectedStatusValue: 0 | 29 \ ----------------------------------------------------------------------------------/23 /***************************** TESTPOINT ******************************************\ 24 * TestFile: tst_psMatrix02.c * 25 * TestPoint: psMatrix{Incorrect type for input pointer} * 26 * TestType: Negative * 27 * ExpectedErrorText: |Invalid operation: inImage not PS_TYPE_F64. * 28 * ExpectedStatusValue: 0 * 29 \**********************************************************************************/ 30 30 31 31 32 32 ---> TESTPOINT PASSED (psMatrix{Incorrect type for input pointer} | tst_psMatrix02.c) 33 33 34 / ----------------------------- TESTPOINT ------------------------------------------\35 | TestFile: tst_psMatrix02.c | 36 | TestPoint: psMatrix{Matrix not square for input pointer} | 37 | TestType: Negative | 38 | ExpectedErrorText: Invalid operation: inImage not square array. | 39 | ExpectedStatusValue: 0 | 40 \ ----------------------------------------------------------------------------------/34 /***************************** TESTPOINT ******************************************\ 35 * TestFile: tst_psMatrix02.c * 36 * TestPoint: psMatrix{Matrix not square for input pointer} * 37 * TestType: Negative * 38 * ExpectedErrorText: Invalid operation: inImage not square array. * 39 * ExpectedStatusValue: 0 * 40 \**********************************************************************************/ 41 41 42 42 43 43 ---> TESTPOINT PASSED (psMatrix{Matrix not square for input pointer} | tst_psMatrix02.c) 44 44 45 / ----------------------------- TESTPOINT ------------------------------------------\46 | TestFile: tst_psMatrix02.c | 47 | TestPoint: psMatrix{Incorrect type for output pointer} | 48 | TestType: Negative | 49 | ExpectedErrorText: Invalid operation: outImage not PS_TYPE_F64. | 50 | ExpectedStatusValue: 0 | 51 \ ----------------------------------------------------------------------------------/45 /***************************** TESTPOINT ******************************************\ 46 * TestFile: tst_psMatrix02.c * 47 * TestPoint: psMatrix{Incorrect type for output pointer} * 48 * TestType: Negative * 49 * ExpectedErrorText: Invalid operation: outImage not PS_TYPE_F64. * 50 * ExpectedStatusValue: 0 * 51 \**********************************************************************************/ 52 52 53 53 54 54 ---> TESTPOINT PASSED (psMatrix{Incorrect type for output pointer} | tst_psMatrix02.c) 55 55 56 / ----------------------------- TESTPOINT ------------------------------------------\57 | TestFile: tst_psMatrix02.c | 58 | TestPoint: psMatrix{Matrix not square for output pointer} | 59 | TestType: Negative | 60 | ExpectedErrorText: Invalid operation: outImage not square array. | 61 | ExpectedStatusValue: 0 | 62 \ ----------------------------------------------------------------------------------/56 /***************************** TESTPOINT ******************************************\ 57 * TestFile: tst_psMatrix02.c * 58 * TestPoint: psMatrix{Matrix not square for output pointer} * 59 * TestType: Negative * 60 * ExpectedErrorText: Invalid operation: outImage not square array. * 61 * ExpectedStatusValue: 0 * 62 \**********************************************************************************/ 63 63 64 64
Note:
See TracChangeset
for help on using the changeset viewer.
