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

    r847 r852  
    2525    int i = 0;
    2626    int testStatus = true;
     27    int currentId = psMemGetId();
    2728
    2829    printPositiveTestHeader(stdout,
     
    5758                "default log levels",
    5859                testStatus);
     60
     61    if (psMemCheckLeaks(currentId,NULL,NULL) != 0) {
     62        psAbort(__func__,"Memory Leaks!");
     63    }
     64    psMemCheckCorruption(1);
     65
    5966    return(!testStatus);
    60 
    61 
    6267}
    6368
Note: See TracChangeset for help on using the changeset viewer.