Changeset 4457 for trunk/psLib/test/dataIO/tst_psDB.c
- Timestamp:
- Jul 5, 2005, 5:04:35 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataIO/tst_psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataIO/tst_psDB.c
r4427 r4457 9 9 * @author Aaron Culliney, MHPCC 10 10 * 11 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 6-29 19:39:56$11 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-07-06 03:04:35 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1600 1600 return 3; 1601 1601 } 1602 if(meta->list-> size!= 6) {1602 if(meta->list->n != 6) { 1603 1603 psError(PS_ERR_UNKNOWN,true,"Number of cols = %d not as expected %d", 1604 meta->list-> size,6);1604 meta->list->n,6); 1605 1605 psDBDropTable(dbh,table); 1606 1606 psDBCleanup(dbh);
Note:
See TracChangeset
for help on using the changeset viewer.
