Changeset 6303
- Timestamp:
- Feb 2, 2006, 10:59:36 AM (20 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
r5216 r6303 9 9 * @author Aaron Culliney, MHPCC 10 10 * 11 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $12 * @date $Date: 200 5-10-01 02:22:22$11 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-02-02 20:59:36 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 2140 2140 // Verify table contents 2141 2141 ary = psDBDumpRows(dbh, table); 2142 if (ary == NULL) { 2143 psError(PS_ERR_UNKNOWN,true,"Did not expect return NULL for dump rows"); 2144 psDBDropTable(dbh,table); 2145 psDBCleanup(dbh); 2146 return 13; 2147 } 2148 if (ary->n != 0) { 2142 if (ary != NULL && ary->n != 0) { 2149 2143 psError(PS_ERR_UNKNOWN,true,"Remaining rows %d not as expected %d", 2150 2144 ary->n,0);
Note:
See TracChangeset
for help on using the changeset viewer.
