Changeset 5530 for trunk/psLib/test/types
- Timestamp:
- Nov 16, 2005, 1:07:10 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/types/tst_psMetadata_04.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/types/tst_psMetadata_04.c
r5522 r5530 1 2 1 /** @file tst_psMetadata_04.c 3 *4 * @brief Test driver for psMetadata functions5 *6 * This test driver contains the following tests for psMetadata:7 * Test A - Allocate metadata and items8 * Test B - Lookup metadata item by name9 * Test C - Attempt to use null metadata10 * Test D - Attempt to use null key11 * Test E - Attempt to lookup non-existant metadata item12 * Test F - Lookup metadata item by index13 * Test G - Lookup metadata item and return psS32 value14 * Test H - Lookup metadata item and return psF64 value15 * Test I - Lookup metadata item and return psVector pointer16 * Test J - Lookup metadata item and return psMetadata pointer17 * Test K - Lookup metadata item and return psString value18 * Test L - Attempt to use null metadata19 * Test M - Attempt to get non-existant metadata item20 * Test N - Attempt to look up with an invalid metadata object21 * Test O - Attempt get item with an invalid metadata object22 * Test P - Attempt get value of non-existant metadata item23 * Test Q - Free psMetadata24 *25 * @author Ross Harman, MHPCC26 *27 * @version $Revision: 1.9$ $Name: not supported by cvs2svn $28 * @date $Date: 2005-11-16 02:40:13$29 *30 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii31 *32 */2 * 3 * @brief Test driver for psMetadata functions 4 * 5 * This test driver contains the following tests for psMetadata: 6 * Test A - Allocate metadata and items 7 * Test B - Lookup metadata item by name 8 * Test C - Attempt to use null metadata 9 * Test D - Attempt to use null key 10 * Test E - Attempt to lookup non-existant metadata item 11 * Test F - Lookup metadata item by index 12 * Test G - Lookup metadata item and return psS32 value 13 * Test H - Lookup metadata item and return psF64 value 14 * Test I - Lookup metadata item and return psVector pointer 15 * Test J - Lookup metadata item and return psMetadata pointer 16 * Test K - Lookup metadata item and return psString value 17 * Test L - Attempt to use null metadata 18 * Test M - Attempt to get non-existant metadata item 19 * Test N - Attempt to look up with an invalid metadata object 20 * Test O - Attempt get item with an invalid metadata object 21 * Test P - Attempt get value of non-existant metadata item 22 * Test Q - Free psMetadata 23 * 24 * @author Ross Harman, MHPCC 25 * 26 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 27 * @date $Date: 2005-11-16 23:07:10 $ 28 * 29 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 30 * 31 */ 33 32 34 33 #include <string.h>
Note:
See TracChangeset
for help on using the changeset viewer.
