Changeset 832
- Timestamp:
- Jun 2, 2004, 1:34:15 PM (22 years ago)
- Location:
- trunk/psLib/test/sysUtils
- Files:
-
- 3 edited
-
tst_psLogMsg03.c (modified) (1 diff)
-
verified/tst_psLogMsg03.stderr (modified) (1 diff)
-
verified/tst_psLogMsg03.stdout (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psLogMsg03.c
r584 r832 32 32 33 33 printf("------------- psSetLogDestination(PS_LOG_TO_STDOUT) -------------\n"); 34 psSetLogDestination(PS_LOG_TO_STD ERR);34 psSetLogDestination(PS_LOG_TO_STDOUT); 35 35 for (i=0;i<10;i++) { 36 36 psLogMsg(__func__, i, "Hello World! My level is %d\n", i); -
trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stderr
r589 r832 3 3 <DATE> <TIME> <HOST> |W|main |Hello World! My level is 2 4 4 <DATE> <TIME> <HOST> |I|main |Hello World! My level is 3 5 <DATE> <TIME> <HOST> |A|main |Hello World! My level is 06 <DATE> <TIME> <HOST> |E|main |Hello World! My level is 17 <DATE> <TIME> <HOST> |W|main |Hello World! My level is 28 <DATE> <TIME> <HOST> |I|main |Hello World! My level is 3 -
trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stdout
r588 r832 8 8 ------------- psSetLogDestination(PS_LOG_TO_STDERR) ------------- 9 9 ------------- psSetLogDestination(PS_LOG_TO_STDOUT) ------------- 10 <DATE> <TIME> <HOST> |A|main | 11 Hello World! My level is 0 12 <DATE> <TIME> <HOST> |E|main | 13 Hello World! My level is 1 14 <DATE> <TIME> <HOST> |W|main | 15 Hello World! My level is 2 16 <DATE> <TIME> <HOST> |I|main | 17 Hello World! My level is 3 10 18 11 19 ---> TESTPOINT PASSED (psLogMsg functions{psSetLogDestination()} | tst_psLogMsg03.c)
Note:
See TracChangeset
for help on using the changeset viewer.
