IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 3:17:24 PM (21 years ago)
Author:
evanalst
Message:

Update test case for psDBDeleteRows to handle invalid arguments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataIO/verified/tst_psDB.stderr

    r4383 r4390  
    308308
    309309<DATE><TIME>|<HOST>|I|TPDBDeleteRows
    310     psDBDeleteRows shall delete rows from a test table.
     310    Following should generate error message for NULL database
     311<DATE><TIME>|<HOST>|E|psDBDeleteRows (FILE:LINENO)
     312    Invalid psDB has been specified.
    311313<DATE><TIME>|<HOST>|I|TPDBDeleteRows
    312     found expected two-row table.
     314    Following should generate error message for invalid table
     315<DATE><TIME>|<HOST>|E|p_psDBRunQuery (FILE:LINENO)
     316    Failed to execute SQL query.  Error: Table 'test.table999' doesn't exist
     317<DATE><TIME>|<HOST>|E|psDBDeleteRows (FILE:LINENO)
     318    Delete failed.
    313319
    314320---> TESTPOINT PASSED (psDB{dbDeleteRows} | tst_psDB.c)
Note: See TracChangeset for help on using the changeset viewer.