Changeset 1742
- Timestamp:
- Sep 8, 2004, 3:44:02 PM (22 years ago)
- Location:
- trunk/psLib
- Files:
-
- 3 edited
-
src/sys/psTrace.c (modified) (2 diffs)
-
src/sysUtils/psTrace.c (modified) (2 diffs)
-
test/sysUtils/tst_psTrace.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.c
r1741 r1742 9 9 * @author George Gusciora, MHPCC 10 10 * 11 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-09-09 01:4 2:37$11 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-09-09 01:44:02 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 356 356 } 357 357 358 // If the component name has no leading dot, then supply it. 358 359 if (name[0] != '.') { 359 360 compName = (char *) psAlloc(10 + strlen(name)); -
trunk/psLib/src/sysUtils/psTrace.c
r1741 r1742 9 9 * @author George Gusciora, MHPCC 10 10 * 11 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-09-09 01:4 1:24$11 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-09-09 01:42:37 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 237 237 } 238 238 239 // If the component name has no leading dot, then supply it. 239 240 if (comp[0] != '.') { 240 241 compName = (char *) psAlloc(10 + strlen(comp)); -
trunk/psLib/test/sysUtils/tst_psTrace.c
r1741 r1742 18 18 static int testTrace05a(void); 19 19 static int testTrace06(void); 20 static int testTrace 20(void);20 static int testTrace08(void); 21 21 22 22 testDescription tests[] = { … … 29 29 {testTrace05a, 5, "optional leading dot and psTracePrintLevels()", 0, false}, 30 30 {testTrace06, 6, "Testing psTraceReset", 0, false}, 31 {testTrace 20, 20, "Testing ", 0, false},31 {testTrace08, 8, "Testing ", 0, false}, 32 32 {NULL} 33 33 }; … … 289 289 } 290 290 291 static int testTrace 20(void)291 static int testTrace08(void) 292 292 { 293 293 (void)psTraceSetLevel(".", 9);
Note:
See TracChangeset
for help on using the changeset viewer.
