IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2006, 3:13:11 PM (20 years ago)
Author:
drobbin
Message:

edited files to reflect changes & patches applied by IFA. Currently fixing testing procedures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/db/tst_psDB.c

    r6528 r6912  
    99 *  @author Aaron Culliney, MHPCC
    1010 *
    11  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-03-06 22:34:25 $
     11 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2006-04-20 01:13:11 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    21532153    chgRows = psDBDeleteRows(dbh,table,NULL,10);
    21542154    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",
    21562156                chgRows, 0);
    21572157        psDBDropTable(dbh,table);
Note: See TracChangeset for help on using the changeset viewer.