Changeset 6912 for trunk/psLib/test/db/tst_psDB.c
- Timestamp:
- Apr 19, 2006, 3:13:11 PM (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
r6528 r6912 9 9 * @author Aaron Culliney, MHPCC 10 10 * 11 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-0 3-06 22:34:25$11 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-04-20 01:13:11 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 2153 2153 chgRows = psDBDeleteRows(dbh,table,NULL,10); 2154 2154 if(chgRows != 0) { 2155 psError(PS_ERR_UNKNOWN,true,"Deleted rows %ld not as expected % ld",2155 psError(PS_ERR_UNKNOWN,true,"Deleted rows %ld not as expected %d", 2156 2156 chgRows, 0); 2157 2157 psDBDropTable(dbh,table);
Note:
See TracChangeset
for help on using the changeset viewer.
