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

    r584 r852  
    1313    int i = 0;
    1414    int testStatus = true;
     15    int currentId = psMemGetId();
    1516
    1617    printPositiveTestHeader(stdout,
     
    3334                "psSetLogLevel()",
    3435                testStatus);
     36
     37    if (psMemCheckLeaks(currentId,NULL,NULL) != 0) {
     38        psAbort(__func__,"Memory Leaks!");
     39    }
     40    psMemCheckCorruption(1);
     41
    3542    return(!testStatus);
    3643}
Note: See TracChangeset for help on using the changeset viewer.