Changeset 1406 for trunk/psLib/test/collections/tst_psList.c
- Timestamp:
- Aug 6, 2004, 12:34:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psList.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psList.c
r1227 r1406 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-0 7-15 22:17:03$8 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-08-06 22:34:05 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 28 28 29 29 testDescription tests[] = { 30 {testListAlloc,487,"psListAlloc",0,false}, 31 {testListAdd,488,"psListAdd",0,false}, 32 {testListGet,489,"psListGet",0,false}, 33 {testListRemove,490,"psListRemove",0,false}, 34 {testListConvert,491,"psListConvert",0,false}, 35 {testListIterator,494,"psListIterator",0,false}, 36 {testListFree,627,"psListFree",0,false}, 37 {testListSort,624,"psListSort",0,false}, 38 {NULL} 30 { 31 testListAlloc,487,"psListAlloc",0,false 32 }, 33 { 34 testListAdd,488,"psListAdd",0,false 35 }, 36 { 37 testListGet,489,"psListGet",0,false 38 }, 39 { 40 testListRemove,490,"psListRemove",0,false 41 }, 42 { 43 testListConvert,491,"psListConvert",0,false 44 }, 45 { 46 testListIterator,494,"psListIterator",0,false 47 }, 48 { 49 testListFree,627,"psListFree",0,false 50 }, 51 { 52 testListSort,624,"psListSort",0,false 53 }, 54 { 55 NULL 56 } 39 57 }; 40 58
Note:
See TracChangeset
for help on using the changeset viewer.
