IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2004, 9:40:15 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r963 r1022  
    6767                testStatus);
    6868
     69
     70
     71
     72    printPositiveTestHeader(stdout,
     73                            "psLogMsg functions",
     74                            "Output Format");
     75
     76    psLogMsg("Under 15 chars", 0, "Hello World!\n");
     77    psLogMsg("This string is more than 15 chars", 0, "Hello World!\n");
     78    psLogMsg(__func__, 0, "Line #1\n");
     79    psLogMsg(__func__, 0, "Line #2\n");
     80    psLogMsg(__func__, 0, "Line #3");
     81    psLogMsg(__func__, 0, "Line #4");
     82
     83    printFooter(stdout,
     84                "psLogMsg functions",
     85                "Output Format",
     86                testStatus);
     87
     88
    6989    if (psMemCheckLeaks(currentId,NULL,NULL) != 0) {
    7090        psAbort(__func__,"Memory Leaks!");
Note: See TracChangeset for help on using the changeset viewer.