Changeset 1276
- Timestamp:
- Jul 22, 2004, 1:33:31 PM (22 years ago)
- Location:
- trunk/psLib/test/sysUtils
- Files:
-
- 2 edited
-
tst_psLogMsg03.c (modified) (2 diffs)
-
verified/tst_psLogMsg03.stdout (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psLogMsg03.c
r1151 r1276 53 53 fclose(file); 54 54 55 printf("--------------- psLogSetDestination(""file:/eva/log.txt"") ----------\n"); 56 psLogSetDestination("file:/eva/log.txt"); 57 for ( i=0;i<10;i++) { 58 psLogMsg(__func__, i, "Hello World! My level is %d\n", i); 59 } 60 55 61 printFooter(stdout, 56 62 "psLogMsg functions", … … 61 67 psAbort(__func__,"Memory Leaks!"); 62 68 } 63 psMemCheckCorruption( 1);69 psMemCheckCorruption(true); 64 70 65 71 return(!testStatus); -
trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stdout
r1198 r1276 18 18 <DATE> <TIME> |<HOST>|W| main|Hello World! My level is 2 19 19 <DATE> <TIME> |<HOST>|I| main|Hello World! My level is 3 20 --------------- psLogSetDestination(file:/eva/log.txt) ---------- 20 21 21 22 ---> TESTPOINT PASSED (psLogMsg functions{psLogSetDestination()} | tst_psLogMsg03.c)
Note:
See TracChangeset
for help on using the changeset viewer.
