Changeset 4558 for trunk/psLib/test/db
- Timestamp:
- Jul 14, 2005, 4:40:20 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/db/tst_psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/db/tst_psDB.c
r4550 r4558 9 9 * @author Aaron Culliney, MHPCC 10 10 * 11 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-07-1 3 11:14:58$11 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-07-15 02:40:20 $ 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.
