Changeset 1194 for trunk/psLib/test/image/verified/tst_psImage.stderr
- Timestamp:
- Jul 7, 2004, 3:19:38 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/verified/tst_psImage.stderr
r1034 r1194 1 <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay isn't within image boundaries2 <DATE> <TIME> <HOST> |E|psImageOverlayS|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).3 <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay is NULL4 <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.5 <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as image input is NULL6 <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.7 1 /***************************** TESTPOINT ******************************************\ 8 2 * TestFile: tst_psImage.c * 9 * TestPoint: psImage{ 546/548-testImageAlloc/Free}*3 * TestPoint: psImage{psImageAlloc} * 10 4 * TestType: Positive * 11 5 \**********************************************************************************/ … … 37 31 <DATE> <TIME> <HOST> |E| psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0). 38 32 39 ---> TESTPOINT PASSED (psImage{ 546/548-testImageAlloc/Free} | tst_psImage.c)33 ---> TESTPOINT PASSED (psImage{psImageAlloc} | tst_psImage.c) 40 34 41 35 /***************************** TESTPOINT ******************************************\ 42 36 * TestFile: tst_psImage.c * 43 * TestPoint: psImage{ 547/550-testImageSubset}*37 * TestPoint: psImage{psImageSubset} * 44 38 * TestType: Positive * 45 39 \**********************************************************************************/ … … 85 79 <DATE> <TIME> <HOST> |I|testImageSubset|psImageFreeChildren shall deallocate any children images of a psImage structure 86 80 87 ---> TESTPOINT PASSED (psImage{ 547/550-testImageSubset} | tst_psImage.c)81 ---> TESTPOINT PASSED (psImage{psImageSubset} | tst_psImage.c) 88 82 89 83 /***************************** TESTPOINT ******************************************\ 90 84 * TestFile: tst_psImage.c * 91 * TestPoint: psImage{ 551-testImageCopy}*85 * TestPoint: psImage{psImageCopy} * 92 86 * TestType: Positive * 93 87 \**********************************************************************************/ 94 88 89 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psU8 90 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psU16 91 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psU32 92 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psS8 93 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psS16 94 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psS32 95 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psF32 96 <DATE> <TIME> <HOST> |I| testImageCopy|Image Copy Test for psF64 95 97 <DATE> <TIME> <HOST> |I| testImageCopy|An error should follow... 96 98 <DATE> <TIME> <HOST> |E| psImageCopy|Can not copy image because input image or its pixel buffer is NULL. 97 99 98 ---> TESTPOINT PASSED (psImage{ 551-testImageCopy} | tst_psImage.c)100 ---> TESTPOINT PASSED (psImage{psImageCopy} | tst_psImage.c) 99 101 100 102 /***************************** TESTPOINT ******************************************\ 101 103 * TestFile: tst_psImage.c * 102 * TestPoint: psImage{ 571-testImageClip}*104 * TestPoint: psImage{psImageClip} * 103 105 * TestType: Positive * 104 106 \**********************************************************************************/ … … 118 120 <DATE> <TIME> <HOST> |E| psImageClip|psImageClip can not be invoked with max < min. 119 121 120 ---> TESTPOINT PASSED (psImage{ 571-testImageClip} | tst_psImage.c)122 ---> TESTPOINT PASSED (psImage{psImageClip} | tst_psImage.c) 121 123 122 124 /***************************** TESTPOINT ******************************************\ 123 125 * TestFile: tst_psImage.c * 124 * TestPoint: psImage{ 572-testImageClipNAN}*126 * TestPoint: psImage{psImageClipNAN} * 125 127 * TestType: Positive * 126 128 \**********************************************************************************/ … … 128 130 <DATE> <TIME> <HOST> |I|testImageClipNA|psImageClipNaN shall modified pixel values of NaN with a specified value 129 131 130 ---> TESTPOINT PASSED (psImage{ 572-testImageClipNAN} | tst_psImage.c)132 ---> TESTPOINT PASSED (psImage{psImageClipNAN} | tst_psImage.c) 131 133 132 134 /***************************** TESTPOINT ******************************************\ 133 135 * TestFile: tst_psImage.c * 134 * TestPoint: psImage{ 573-testImageOverlay}*136 * TestPoint: psImage{psImageOverlay} * 135 137 * TestType: Positive * 136 138 \**********************************************************************************/ … … 143 145 <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL. 144 146 145 ---> TESTPOINT PASSED (psImage{ 573-testImageOverlay} | tst_psImage.c)147 ---> TESTPOINT PASSED (psImage{psImageOverlay} | tst_psImage.c) 146 148
Note:
See TracChangeset
for help on using the changeset viewer.
