Changeset 1920 for trunk/psLib/test/image/verified/tst_psImage.stderr
- Timestamp:
- Sep 28, 2004, 1:26:49 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/verified/tst_psImage.stderr
r1840 r1920 95 95 96 96 <DATE><TIME>|<HOST>|I|testImageSubset 97 Verify the returned psImage structure members nrow and ncol are equal to the input parameter nrow and ncol respectively. 98 <DATE><TIME>|<HOST>|I|testImageSubset 97 99 Verify the returned psImage structure contains expected values in the row member, if the input psImage structure image contains known values. 98 <DATE><TIME>|<HOST>|I|testImageSubset99 Verify the returned psImage structure members nrow and ncol are equal to the input parameter nrow and ncol respectively.100 100 <DATE><TIME>|<HOST>|I|testImageSubset 101 101 Verify the returned psImage structure member type is equal to the input psImage structure member type. … … 104 104 <DATE><TIME>|<HOST>|I|testImageSubset 105 105 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 Nchildren is equal to zero.108 106 <DATE><TIME>|<HOST>|I|testImageSubset 109 107 Verify the returned psImage structure member children is null. … … 121 119 An error should follow... 122 120 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 123 Specified number of rows (64) or columns (0) is invalid.121 Specified subset range, [0:<LINENO>,128:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 124 122 <DATE><TIME>|<HOST>|I|testImageSubset 125 123 An error should follow... 126 124 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 127 Specified number of rows (0) or columns (128) is invalid.125 Specified subset range, [64:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 128 126 <DATE><TIME>|<HOST>|I|testImageSubset 129 127 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. … … 131 129 An error should follow... 132 130 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 133 Specified subset range, [ 128:<LINENO>,0:<LINENO>], lies outsidepsImage's boundaries, [0:<LINENO>,0:<LINENO>].131 Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 134 132 <DATE><TIME>|<HOST>|I|testImageSubset 135 133 An error should follow... 136 134 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 137 Specified subset range, [0:<LINENO>, 256:<LINENO>], lies outsidepsImage's boundaries, [0:<LINENO>,0:<LINENO>].135 Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 138 136 <DATE><TIME>|<HOST>|I|testImageSubset 139 137 An error should follow... 140 138 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 141 Specified subset range, [-1:<LINENO>,0:<LINENO>], lies outsidepsImage's boundaries, [0:<LINENO>,0:<LINENO>].139 Specified subset range, [-1:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 142 140 <DATE><TIME>|<HOST>|I|testImageSubset 143 141 An error should follow... 144 142 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 145 Specified subset range, [0:<LINENO>,-1:<LINENO>], lies outsidepsImage's boundaries, [0:<LINENO>,0:<LINENO>].143 Specified subset range, [0:<LINENO>,-1:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 146 144 <DATE><TIME>|<HOST>|I|testImageSubset 147 145 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. … … 149 147 An error should follow... 150 148 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 151 Specified subset range, [ 64:<LINENO>,0:<LINENO>], lies outsidepsImage's boundaries, [0:<LINENO>,0:<LINENO>].149 Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 152 150 <DATE><TIME>|<HOST>|I|testImageSubset 153 151 An error should follow... 154 152 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 155 Specified subset range, [0:<LINENO>, 128:<LINENO>], lies outsidepsImage's boundaries, [0:<LINENO>,0:<LINENO>].153 Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 156 154 <DATE><TIME>|<HOST>|I|testImageSubset 157 155 An error should follow... 158 156 <DATE><TIME>|<HOST>|E|psLib.image.psImageSubset 159 Specified subset range, [ 64:<LINENO>,128:<LINENO>], lies outsidepsImage's boundaries, [0:<LINENO>,0:<LINENO>].157 Specified subset range, [0:<LINENO>,0:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>]. 160 158 <DATE><TIME>|<HOST>|I|testImageSubset 161 159 psImageFreeChildren shall deallocate any children images of a psImage structure
Note:
See TracChangeset
for help on using the changeset viewer.
