- Timestamp:
- Mar 31, 2006, 4:43:57 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/imageops/verified/tst_psImagePixelExtract.stderr
r6631 r6750 24 24 Following should be an error. 25 25 <DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO) 26 Specified psRegion parameter, x0=301.000000, is out of range [0, 300].27 <DATE><TIME>|<HOST>|I|testImageSlice 28 Following should be an error. 29 <DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO) 30 Specified psRegion parameter, y0=201.000000, is out of range [0, 200].31 <DATE><TIME>|<HOST>|I|testImageSlice 32 Following should be an error. 33 <DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO) 34 Specified psRegion parameter, x1=301.000000=301, is out of range [0, 300].35 <DATE><TIME>|<HOST>|I|testImageSlice 36 Following should be an error. 37 <DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO) 38 Specified psRegion parameter, y1=201.000000=201, is out of range [0, 200].26 Specified psRegion parameter, x0=301.000000, is out of range [0,299]. 27 <DATE><TIME>|<HOST>|I|testImageSlice 28 Following should be an error. 29 <DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO) 30 Specified psRegion parameter, y0=201.000000, is out of range [0,199]. 31 <DATE><TIME>|<HOST>|I|testImageSlice 32 Following should be an error. 33 <DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO) 34 Specified psRegion parameter, x1=301.000000=301, is out of range [0,299]. 35 <DATE><TIME>|<HOST>|I|testImageSlice 36 Following should be an error. 37 <DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO) 38 Specified psRegion parameter, y1=201.000000=201, is out of range [0,199]. 39 39 <DATE><TIME>|<HOST>|I|testImageSlice 40 40 Following should be an error. … … 61 61 The following should be an error. 62 62 <DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO) 63 Specified line, (-1.000000,10.000000)->(240.000000,180.000000), does not entirely lie in psImage's boundaries, [0:299,0:199]. 64 <DATE><TIME>|<HOST>|I|testImageCut 65 The following should be an error. 66 <DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO) 67 Specified line, (300.000000,10.000000)->(240.000000,180.000000), does not entirely lie in psImage's boundaries, [0:299,0:199]. 68 <DATE><TIME>|<HOST>|I|testImageCut 69 The following should be an error. 70 <DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO) 71 Specified line, (20.000000,10.000000)->(-1.000000,180.000000), does not entirely lie in psImage's boundaries, [0:299,0:199]. 72 <DATE><TIME>|<HOST>|I|testImageCut 73 The following should be an error. 74 <DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO) 75 Specified line, (20.000000,10.000000)->(300.000000,180.000000), does not entirely lie in psImage's boundaries, [0:299,0:199]. 76 <DATE><TIME>|<HOST>|I|testImageCut 77 The following should be an error. 78 <DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO) 79 Specified line, (20.000000,-1.000000)->(240.000000,180.000000), does not entirely lie in psImage's boundaries, [0:299,0:199]. 80 <DATE><TIME>|<HOST>|I|testImageCut 81 The following should be an error. 82 <DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO) 83 Specified line, (20.000000,200.000000)->(240.000000,180.000000), does not entirely lie in psImage's boundaries, [0:299,0:199]. 84 <DATE><TIME>|<HOST>|I|testImageCut 85 The following should be an error. 86 <DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO) 87 Specified line, (20.000000,10.000000)->(240.000000,-1.000000), does not entirely lie in psImage's boundaries, [0:299,0:199]. 88 <DATE><TIME>|<HOST>|I|testImageCut 89 The following should be an error. 90 <DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO) 91 Specified line, (20.000000,10.000000)->(240.000000,200.000000), does not entirely lie in psImage's boundaries, [0:299,0:199]. 63 Specified psRegion parameter, x0=-1.000000, is out of range [0,300]. 64 <DATE><TIME>|<HOST>|I|testImageCut 65 The following should be an error. 66 <DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO) 67 Specified psRegion parameter, x0=300.000000, is out of range [0,300]. 68 <DATE><TIME>|<HOST>|I|testImageCut 69 The following should be an error. 70 <DATE><TIME>|<HOST>|I|testImageCut 71 The following should be an error. 72 <DATE><TIME>|<HOST>|I|testImageCut 73 The following should be an error. 74 <DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO) 75 Specified psRegion parameter, y0=-1.000000, is out of range [0,200]. 76 <DATE><TIME>|<HOST>|I|testImageCut 77 The following should be an error. 78 <DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO) 79 Specified psRegion parameter, y0=200.000000, is out of range [0,200]. 80 <DATE><TIME>|<HOST>|I|testImageCut 81 The following should be an error. 82 <DATE><TIME>|<HOST>|I|testImageCut 83 The following should be an error. 92 84 <DATE><TIME>|<HOST>|I|testImageCut 93 85 Following should be an error (NULL image). … … 148 140 /***************************** TESTPOINT ******************************************\ 149 141 * TestFile: tst_psImagePixelExtract.c * 142 * TestPoint: psImage{testImageRowColError} * 143 * TestType: Positive * 144 \**********************************************************************************/ 145 146 <DATE><TIME>|<HOST>|I|testImageRowColError 147 Following should generate error message 148 <DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO) 149 Can not operate on a NULL psImage. 150 151 ---> TESTPOINT PASSED (psImage{testImageRowColError} | tst_psImagePixelExtract.c) 152 153 /***************************** TESTPOINT ******************************************\ 154 * TestFile: tst_psImagePixelExtract.c * 150 155 * TestPoint: psImage{psImageRowColF32} * 151 156 * TestType: Positive *
Note:
See TracChangeset
for help on using the changeset viewer.
