IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2005, 9:53:05 AM (21 years ago)
Author:
evanalst
Message:

Update test case for function psDBDropTable to verify invalid arguments.

File:
1 edited

Legend:

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

    r4270 r4272  
    5959
    6060<DATE><TIME>|<HOST>|I|TPDBDropTable
    61     psDBDropTable shall create/drop a new table in the new test database.
    62 <DATE><TIME>|<HOST>|I|TPDBDropTable
    6361    psDBDropTable: insert should fail here...
    6462<DATE><TIME>|<HOST>|E|psDBInsertRows (FILE:LINENO)
     
    6664<DATE><TIME>|<HOST>|E|psDBInsertOneRow (FILE:LINENO)
    6765    Insert failed.
     66<DATE><TIME>|<HOST>|I|TPDBDropTable
     67    Following should generate an error message for NULL database object
     68<DATE><TIME>|<HOST>|E|p_psDBRunQuery (FILE:LINENO)
     69    Invalid psDB has been specified.
     70<DATE><TIME>|<HOST>|E|psDBDropTable (FILE:LINENO)
     71    Failed to drop table.
     72<DATE><TIME>|<HOST>|I|TPDBDropTable
     73    Following should generate an error message for invalid table
     74<DATE><TIME>|<HOST>|E|p_psDBRunQuery (FILE:LINENO)
     75    Failed to execute SQL query.  Error: Unknown table 'table99'
     76<DATE><TIME>|<HOST>|E|psDBDropTable (FILE:LINENO)
     77    Failed to drop table.
     78<DATE><TIME>|<HOST>|I|TPDBDropTable
     79    Following should generate an error message for NULL table
     80<DATE><TIME>|<HOST>|E|p_psDBRunQuery (FILE:LINENO)
     81    Failed to execute SQL query.  Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(null)' at line 1
     82<DATE><TIME>|<HOST>|E|psDBDropTable (FILE:LINENO)
     83    Failed to drop table.
    6884
    6985---> TESTPOINT PASSED (psDB{dbDropTable} | tst_psDB.c)
Note: See TracChangeset for help on using the changeset viewer.