- Timestamp:
- Feb 23, 2005, 2:19:51 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/verified/tst_psMatrix02.stdout
r2678 r3313 2 2 * TestFile: tst_psMatrix02.c * 3 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 * 4 * TestType: Positive * 7 5 \**********************************************************************************/ 8 6 … … 13 11 * TestFile: tst_psMatrix02.c * 14 12 * TestPoint: psMatrix{Null input psImage} * 15 * TestType: Negative * 16 * ExpectedErrorText: Invalid operation: inImage or its data is NULL. * 17 * ExpectedStatusValue: 0 * 13 * TestType: Positive * 18 14 \**********************************************************************************/ 19 15 … … 24 20 * TestFile: tst_psMatrix02.c * 25 21 * TestPoint: psMatrix{Incorrect type for input pointer} * 26 * TestType: Negative * 27 * ExpectedErrorText: |Invalid operation: inImage not PS_TYPE_F64. * 28 * ExpectedStatusValue: 0 * 22 * TestType: Positive * 29 23 \**********************************************************************************/ 30 24 … … 35 29 * TestFile: tst_psMatrix02.c * 36 30 * TestPoint: psMatrix{Incorrect type for output pointer} * 37 * TestType: Negative * 38 * ExpectedErrorText: Invalid operation: outImage not PS_TYPE_F64. * 39 * ExpectedStatusValue: 0 * 31 * TestType: Positive * 40 32 \**********************************************************************************/ 41 33 … … 46 38 * TestFile: tst_psMatrix02.c * 47 39 * TestPoint: psMatrix{Matrix not square for output pointer} * 48 * TestType: Negative * 49 * ExpectedErrorText: Invalid operation: outImage not square array. * 50 * ExpectedStatusValue: 0 * 40 * TestType: Positive * 51 41 \**********************************************************************************/ 52 42
Note:
See TracChangeset
for help on using the changeset viewer.
