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_psLogMsg03.c

    r832 r852  
    1414    int i = 0;
    1515    int testStatus = true;
     16    int currentId = psMemGetId();
    1617
    1718    printPositiveTestHeader(stdout,
     
    4142                "psSetLogDestination()",
    4243                testStatus);
     44
     45    if (psMemCheckLeaks(currentId,NULL,NULL) != 0) {
     46        psAbort(__func__,"Memory Leaks!");
     47    }
     48    psMemCheckCorruption(1);
     49
    4350    return(!testStatus);
    4451}
Note: See TracChangeset for help on using the changeset viewer.