Changeset 1929 for trunk/psLib/test/image/verified/tst_psImage.stderr
- Timestamp:
- Sep 29, 2004, 10:17:58 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/verified/tst_psImage.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/verified/tst_psImage.stderr
r1920 r1929 90 90 /***************************** TESTPOINT ******************************************\ 91 91 * TestFile: tst_psImage.c * 92 * TestPoint: psImage{psImageSubset} *93 * TestType: Positive *94 \**********************************************************************************/95 96 <DATE><TIME>|<HOST>|I|testImageSubset97 Verify the returned psImage structure members nrow and ncol are equal to the input parameter nrow and ncol respectively.98 <DATE><TIME>|<HOST>|I|testImageSubset99 Verify the returned psImage structure contains expected values in the row member, if the input psImage structure image contains known values.100 <DATE><TIME>|<HOST>|I|testImageSubset101 Verify the returned psImage structure member type is equal to the input psImage structure member type.102 <DATE><TIME>|<HOST>|I|testImageSubset103 Verify the returned psImage structure members row0 and col0 are equal to the input parameters row0 and col0 respectively.104 <DATE><TIME>|<HOST>|I|testImageSubset105 Verify the returned psImage structure member parent is equal to the input psImage structure pointer image.106 <DATE><TIME>|<HOST>|I|testImageSubset107 Verify the returned psImage structure member children is null.108 <DATE><TIME>|<HOST>|I|testImageSubset109 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].110 <DATE><TIME>|<HOST>|I|testImageSubset111 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.112 <DATE><TIME>|<HOST>|I|testImageSubset113 An error should follow...114 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset115 Can not operate on a NULL psImage.116 <DATE><TIME>|<HOST>|I|testImageSubset117 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.118 <DATE><TIME>|<HOST>|I|testImageSubset119 An error should follow...120 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset121 Specified subset range, [0:<LINENO>,128:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].122 <DATE><TIME>|<HOST>|I|testImageSubset123 An error should follow...124 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset125 Specified subset range, [64:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].126 <DATE><TIME>|<HOST>|I|testImageSubset127 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.128 <DATE><TIME>|<HOST>|I|testImageSubset129 An error should follow...130 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset131 Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].132 <DATE><TIME>|<HOST>|I|testImageSubset133 An error should follow...134 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset135 Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].136 <DATE><TIME>|<HOST>|I|testImageSubset137 An error should follow...138 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset139 Specified subset range, [-1:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].140 <DATE><TIME>|<HOST>|I|testImageSubset141 An error should follow...142 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset143 Specified subset range, [0:<LINENO>,-1:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].144 <DATE><TIME>|<HOST>|I|testImageSubset145 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.146 <DATE><TIME>|<HOST>|I|testImageSubset147 An error should follow...148 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset149 Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].150 <DATE><TIME>|<HOST>|I|testImageSubset151 An error should follow...152 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset153 Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].154 <DATE><TIME>|<HOST>|I|testImageSubset155 An error should follow...156 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset157 Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].158 <DATE><TIME>|<HOST>|I|testImageSubset159 psImageFreeChildren shall deallocate any children images of a psImage structure160 161 ---> TESTPOINT PASSED (psImage{psImageSubset} | tst_psImage.c)162 163 /***************************** TESTPOINT ******************************************\164 * TestFile: tst_psImage.c *165 92 * TestPoint: psImage{psImageCopy} * 166 93 * TestType: Positive *
Note:
See TracChangeset
for help on using the changeset viewer.
