- Timestamp:
- Sep 21, 2004, 12:30:19 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/verified/tst_psImageExtraction.stderr
r1761 r1840 7 7 <DATE><TIME>|<HOST>|I|testImageSlice 8 8 Following should be an error. 9 <DATE><TIME>|<HOST>|E|ps ImageSlice10 Input image can not be NULL.9 <DATE><TIME>|<HOST>|E|psLib.image.psImageSlice 10 Can not operate on a NULL psImage. 11 11 <DATE><TIME>|<HOST>|I|testImageSlice 12 12 Following should be an error. 13 <DATE><TIME>|<HOST>|E|ps ImageSlice14 The stat options didn't specify a single supported statistic type.13 <DATE><TIME>|<HOST>|E|psLib.image.psImageSlice 14 Specified statistic can not be NULL. 15 15 <DATE><TIME>|<HOST>|I|testImageSlice 16 16 Following should be an error. 17 <DATE><TIME>|<HOST>|E|ps ImageSlice18 Invalid direction flag (5)17 <DATE><TIME>|<HOST>|E|psLib.image.psImageSlice 18 Specified slice direction, 5, is invalid. 19 19 <DATE><TIME>|<HOST>|I|testImageSlice 20 20 Following should be an error. 21 <DATE><TIME>|<HOST>|E|ps ImageSlice22 The specified region contains no data (0x0)21 <DATE><TIME>|<HOST>|E|psLib.image.psImageSlice 22 Specified subset, [200:<LINENO>,100:<LINENO>], contains no pixel data. 23 23 <DATE><TIME>|<HOST>|I|testImageSlice 24 24 Following should be an error. 25 <DATE><TIME>|<HOST>|E|ps ImageSlice26 The specified image region (2001,100 to 2001,100) is outside of image area (0,0 to 1999,999).25 <DATE><TIME>|<HOST>|E|psLib.image.psImageSlice 26 Specified subset range, [2001:<LINENO>,2002:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 27 27 <DATE><TIME>|<HOST>|I|testImageSlice 28 28 Following should be an error. 29 <DATE><TIME>|<HOST>|E|ps ImageSlice30 The specified image region (200,1001 to 200,1001) is outside of image area (0,0 to 1999,999).29 <DATE><TIME>|<HOST>|E|psLib.image.psImageSlice 30 Specified subset range, [200:<LINENO>,201:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 31 31 <DATE><TIME>|<HOST>|I|testImageSlice 32 32 Following should be an error. 33 <DATE><TIME>|<HOST>|E|ps ImageSlice34 The specified image region (200,100 to 2199,100) is outside of image area (0,0 to 1999,999).33 <DATE><TIME>|<HOST>|E|psLib.image.psImageSlice 34 Specified subset range, [200:<LINENO>,2200:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 35 35 <DATE><TIME>|<HOST>|I|testImageSlice 36 36 Following should be an error. 37 <DATE><TIME>|<HOST>|E|ps ImageSlice38 The specified image region (200,100 to 200,1099) is outside of image area (0,0 to 1999,999).37 <DATE><TIME>|<HOST>|E|psLib.image.psImageSlice 38 Specified subset range, [200:<LINENO>,201:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 39 39 <DATE><TIME>|<HOST>|I|testImageSlice 40 40 Following should be an error. 41 <DATE><TIME>|<HOST>|E|ps ImageSlice42 The stat options didn't specify a single supportedstatistic type.41 <DATE><TIME>|<HOST>|E|psLib.image.psImageSlice 42 Specified statistic option, 1, is not valid. Must specify one and only one statistic type. 43 43 44 44 ---> TESTPOINT PASSED (psImage{psImageSlice} | tst_psImageExtraction.c)
Note:
See TracChangeset
for help on using the changeset viewer.
