IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2733


Ignore:
Timestamp:
Dec 16, 2004, 11:54:34 AM (22 years ago)
Author:
gusciora
Message:

New stdout and stderr files.

Location:
trunk/psLib/test/image
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/tst_psImageStats00.c

    r2392 r2733  
    186186
    187187    psFree( tmpMask );
    188 
    189     psMemCheckCorruption( 1 );
     188    psFree(myHist);
     189    psFree(myHist2);
    190190    psFree( tmpImage );
    191191    psMemCheckCorruption( 1 );
     192
    192193    memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
    193194    if ( 0 != memLeaks ) {
  • trunk/psLib/test/image/verified/tst_psImageStats00.stderr

    r2279 r2733  
    88    Following should be an error for invalid mask type.
    99<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.