- Timestamp:
- Sep 29, 2004, 10:17:58 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/verified/tst_psImageExtraction.stderr
r1924 r1929 1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psImageExtraction.c * 3 * TestPoint: psImage{psImageSubset} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 7 <DATE><TIME>|<HOST>|I|testImageSubset 8 Verify the returned psImage structure members nrow and ncol are equal to the input parameter nrow and ncol respectively. 9 <DATE><TIME>|<HOST>|I|testImageSubset 10 Verify the returned psImage structure contains expected values in the row member, if the input psImage structure image contains known values. 11 <DATE><TIME>|<HOST>|I|testImageSubset 12 Verify the returned psImage structure member type is equal to the input psImage structure member type. 13 <DATE><TIME>|<HOST>|I|testImageSubset 14 Verify the returned psImage structure members row0 and col0 are equal to the input parameters row0 and col0 respectively. 15 <DATE><TIME>|<HOST>|I|testImageSubset 16 Verify the returned psImage structure member parent is equal to the input psImage structure pointer image. 17 <DATE><TIME>|<HOST>|I|testImageSubset 18 Verify the returned psImage structure member children is null. 19 <DATE><TIME>|<HOST>|I|testImageSubset 20 Verify the input psImage structure image only has the following members changed: 1) Nchildren is increased by one. 2) parent contains pointer psImage structure out at parent[Nchildren-1]. 21 <DATE><TIME>|<HOST>|I|testImageSubset 22 Verify the returned psImage structure pointer is null and program execution doesn't stop, if the input parameter image is null. Also verified the input psImage structure is not modified. 23 <DATE><TIME>|<HOST>|I|testImageSubset 24 An error should follow... 25 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 26 Can not operate on a NULL psImage. 27 <DATE><TIME>|<HOST>|I|testImageSubset 28 Verify the returned psImage structure pointer is null and program execution doesn't stop, if the input parameters nrow and/or ncol are zero. Also verify input psImage structure is not modified. 29 <DATE><TIME>|<HOST>|I|testImageSubset 30 An error should follow... 31 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 32 Specified subset range, [0:<LINENO>,128:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 33 <DATE><TIME>|<HOST>|I|testImageSubset 34 An error should follow... 35 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 36 Specified subset range, [64:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 37 <DATE><TIME>|<HOST>|I|testImageSubset 38 Verify the returned psImage structure pointer is null and program execution doesn't stop, if the input parameters row0 and col0 are not within the range of values of psImage structure image. 39 <DATE><TIME>|<HOST>|I|testImageSubset 40 An error should follow... 41 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 42 Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 43 <DATE><TIME>|<HOST>|I|testImageSubset 44 An error should follow... 45 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 46 Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 47 <DATE><TIME>|<HOST>|I|testImageSubset 48 An error should follow... 49 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 50 Specified subset range, [-1:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 51 <DATE><TIME>|<HOST>|I|testImageSubset 52 An error should follow... 53 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 54 Specified subset range, [0:<LINENO>,-1:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 55 <DATE><TIME>|<HOST>|I|testImageSubset 56 Verify the returned psImage structure pointer is null and program execution doesn't stop if the input parameters nrow, ncol, row0 and col0 specify a range of data not within the input psImage structure image. Also verify the input psImage structure is not modified. 57 <DATE><TIME>|<HOST>|I|testImageSubset 58 An error should follow... 59 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 60 Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 61 <DATE><TIME>|<HOST>|I|testImageSubset 62 An error should follow... 63 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 64 Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 65 <DATE><TIME>|<HOST>|I|testImageSubset 66 An error should follow... 67 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 68 Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 69 <DATE><TIME>|<HOST>|I|testImageSubset 70 psImageFreeChildren shall deallocate any children images of a psImage structure 71 72 ---> TESTPOINT PASSED (psImage{psImageSubset} | tst_psImageExtraction.c) 73 1 74 /***************************** TESTPOINT ******************************************\ 2 75 * TestFile: tst_psImageExtraction.c *
Note:
See TracChangeset
for help on using the changeset viewer.
