Changeset 3284
- Timestamp:
- Feb 18, 2005, 9:46:40 AM (21 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 2 edited
-
dataIO/tst_psLookupTable_01.c (modified) (1 diff)
-
fileUtils/tst_psLookupTable_01.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataIO/tst_psLookupTable_01.c
r3283 r3284 3 3 * @brief Test driver for psLookupTable functions 4 4 * 5 * This test driver contains the following tests for ps Metadata:6 * Test A - Read table and interpolate value7 * Test B - Read table and interpolate all values8 * Test C - Read beyond lower table bound9 * Test D - Read beyond upper table bound10 * Test E - Free data5 * This test driver contains the following tests for psLookupTable functions: 6 * testLookupAlloc - test allocation and freeing of psLookupTable 7 * testLookupRead - test different files and types within files 8 * being read correctly and some failure cases 9 * testLookupTableInterpolate - test the interpolation function 10 * testLookupTableInterpolateAll - test interpolation of all row values 11 11 * 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-02-18 19:4 2:48$14 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-02-18 19:46:40 $ 16 16 * 17 17 * Copyright 2004-5 Maui High Performance Computing Center, University of Hawaii -
trunk/psLib/test/fileUtils/tst_psLookupTable_01.c
r3283 r3284 3 3 * @brief Test driver for psLookupTable functions 4 4 * 5 * This test driver contains the following tests for ps Metadata:6 * Test A - Read table and interpolate value7 * Test B - Read table and interpolate all values8 * Test C - Read beyond lower table bound9 * Test D - Read beyond upper table bound10 * Test E - Free data5 * This test driver contains the following tests for psLookupTable functions: 6 * testLookupAlloc - test allocation and freeing of psLookupTable 7 * testLookupRead - test different files and types within files 8 * being read correctly and some failure cases 9 * testLookupTableInterpolate - test the interpolation function 10 * testLookupTableInterpolateAll - test interpolation of all row values 11 11 * 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-02-18 19:4 2:48$14 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-02-18 19:46:40 $ 16 16 * 17 17 * Copyright 2004-5 Maui High Performance Computing Center, University of Hawaii
Note:
See TracChangeset
for help on using the changeset viewer.
