Changeset 2273 for trunk/psLib/test/collections/tst_psMetadata_02.c
- Timestamp:
- Nov 3, 2004, 3:05:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psMetadata_02.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psMetadata_02.c
r2204 r2273 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $17 * @date $Date: 2004-1 0-27 00:57:33$16 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-11-04 01:05:00 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 92 92 badItem = psMetadataItemAlloc(NULL, PS_META_STR, "I am a string", "HELLO WORLD"); 93 93 if (badItem != NULL) { 94 psError( __func__,"psMetadataItemAlloc did not return null with null name item.");94 psError(PS_ERR_UNKNOWN, true,"psMetadataItemAlloc did not return null with null name item."); 95 95 return 10; 96 96 }
Note:
See TracChangeset
for help on using the changeset viewer.
