Changeset 2733
- Timestamp:
- Dec 16, 2004, 11:54:34 AM (22 years ago)
- Location:
- trunk/psLib/test/image
- Files:
-
- 2 edited
-
tst_psImageStats00.c (modified) (1 diff)
-
verified/tst_psImageStats00.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageStats00.c
r2392 r2733 186 186 187 187 psFree( tmpMask ); 188 189 ps MemCheckCorruption( 1);188 psFree(myHist); 189 psFree(myHist2); 190 190 psFree( tmpImage ); 191 191 psMemCheckCorruption( 1 ); 192 192 193 memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false); 193 194 if ( 0 != memLeaks ) { -
trunk/psLib/test/image/verified/tst_psImageStats00.stderr
r2279 r2733 8 8 Following should be an error for invalid mask type. 9 9 <DATE><TIME>|<HOST>|E|psImageHistogram (psImageStats.c:<LINENO>) 10 Input psImage mask type, psS8, is not the supported mask datatype of psU8.10 Unallowable operation: psImage mask has incorrect type.
Note:
See TracChangeset
for help on using the changeset viewer.
