Changeset 14654 for trunk/psModules/test/objects/tst_pmObjects01.c
- Timestamp:
- Aug 23, 2007, 2:11:59 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/objects/tst_pmObjects01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/objects/tst_pmObjects01.c
r6511 r14654 31 31 most of psObjects.c is not tested 32 32 * 33 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $34 * @date $Date: 200 6-03-04 01:01:34$33 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 34 * @date $Date: 2007-08-24 00:11:59 $ 35 35 * 36 36 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 186 186 // 187 187 psS32 i = 0; 188 while (0 != pmModel ParameterCount(i)) {189 printf("Testing pmModelAlloc(%s)...\n", pmModel GetType(0));188 while (0 != pmModelClassParameterCount(i)) { 189 printf("Testing pmModelAlloc(%s)...\n", pmModelClassGetName(0)); 190 190 pmModel *tmpModel = pmModelAlloc(i); 191 191 if (tmpModel == NULL) { 192 printf("TEST ERROR: pmModelAlloc(%s) returned a NULL pmModel\n", pmModel GetType(0));192 printf("TEST ERROR: pmModelAlloc(%s) returned a NULL pmModel\n", pmModelClassGetName(0)); 193 193 testStatus = false; 194 194 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
