IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2004, 4:29:12 PM (22 years ago)
Author:
gusciora
Message:

Fixed host matching in runTest, and added memory checks for the log message
routines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psLogMsg02.c

    r598 r852  
    1313    int i = 0;
    1414    int testStatus = true;
     15    int currentId = psMemGetId();
    1516
    1617    printPositiveTestHeader(stdout,
     
    6566                "psSetLogFormat()",
    6667                testStatus);
     68
     69    if (psMemCheckLeaks(currentId,NULL,NULL) != 0) {
     70        psAbort(__func__,"Memory Leaks!");
     71    }
     72    psMemCheckCorruption(1);
     73
    6774    return(!testStatus);
    6875}
Note: See TracChangeset for help on using the changeset viewer.