Changeset 1136 for trunk/psLib/test/sysUtils/tst_psTrace04.c
- Timestamp:
- Jun 29, 2004, 3:05:37 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psTrace04.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psTrace04.c
r905 r1136 12 12 "psTrace functions", 13 13 "Testing psTraceReset()"); 14 psTraceSetLevel(".", 9);14 (void)psTraceSetLevel(".", 9); 15 15 16 psTraceSetLevel(".a", 8);17 psTraceSetLevel(".b", 7);18 psTraceSetLevel(".c", 5);16 (void)psTraceSetLevel(".a", 8); 17 (void)psTraceSetLevel(".b", 7); 18 (void)psTraceSetLevel(".c", 5); 19 19 20 psTraceSetLevel(".a.a", 4);21 psTraceSetLevel(".a.b", 3);20 (void)psTraceSetLevel(".a.a", 4); 21 (void)psTraceSetLevel(".a.b", 3); 22 22 23 psTraceSetLevel(".b.a", 2);24 psTraceSetLevel(".b.b", 1);23 (void)psTraceSetLevel(".b.a", 2); 24 (void)psTraceSetLevel(".b.b", 1); 25 25 26 psTraceSetLevel(".c.a", 0);27 psTraceSetLevel(".c.b", 3);28 psTraceSetLevel(".c.c", 5);26 (void)psTraceSetLevel(".c.a", 0); 27 (void)psTraceSetLevel(".c.b", 3); 28 (void)psTraceSetLevel(".c.c", 5); 29 29 30 30 psTraceReset();
Note:
See TracChangeset
for help on using the changeset viewer.
