Changeset 1022 for trunk/psLib/test/sysUtils/tst_psLogMsg02.c
- Timestamp:
- Jun 14, 2004, 9:40:15 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psLogMsg02.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psLogMsg02.c
r963 r1022 67 67 testStatus); 68 68 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 69 89 if (psMemCheckLeaks(currentId,NULL,NULL) != 0) { 70 90 psAbort(__func__,"Memory Leaks!");
Note:
See TracChangeset
for help on using the changeset viewer.
