Changeset 3983
- Timestamp:
- May 19, 2005, 10:59:00 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psMetadataIO.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psMetadataIO.c
r3952 r3983 13 13 * @author Eric Van Alst, MHPCC 14 14 * 15 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $16 * @date $Date: 2005-05-1 6 22:19:15$15 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2005-05-19 20:59:00 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 485 485 psMetadata* metadata1 = NULL; 486 486 psMetadataItem* entryChild = NULL; 487 ps S32 failedLines = 0;487 psU32 failedLines = 0; 488 488 psListIterator* iter = NULL; 489 489 psListIterator* mdIter = NULL; … … 918 918 { 919 919 psMetadata* metadata1 = NULL; 920 ps S32 failedLines = 0;920 psU32 failedLines = 0; 921 921 922 922 // Read config file test2.config with overwrite set true … … 966 966 { 967 967 psMetadata* metadata1 = NULL; 968 ps S32 failedLines = 0;968 psU32 failedLines = 0; 969 969 970 970 // Read config file test3.config with overwrite set false … … 987 987 { 988 988 psMetadata* metadata1 = NULL; 989 ps S32 failedLines = 0;989 psU32 failedLines = 0; 990 990 991 991 // Read config file test4.config with overwrite set false … … 1006 1006 { 1007 1007 psMetadata* metadata1 = NULL; 1008 ps S32 failedLines = 0;1008 psU32 failedLines = 0; 1009 1009 1010 1010 // Read config file test4.config with overwrite set false
Note:
See TracChangeset
for help on using the changeset viewer.
