IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2005, 5:20:36 PM (21 years ago)
Author:
evanalst
Message:

Update test case for psCreateTable to verify invalid arguments.

File:
1 edited

Legend:

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

    r4263 r4270  
    55\**********************************************************************************/
    66
     7<DATE><TIME>|<HOST>|I|TPDBInit
     8    Following should generate error message for invalid host
    79<DATE><TIME>|<HOST>|E|psDBInit (FILE:LINENO)
    810    Failed to connect to database.  Error: Unknown MySQL server host 'xxx' (1)
     11<DATE><TIME>|<HOST>|I|TPDBInit
     12    Following should generate error message for NULL database objec
    913<DATE><TIME>|<HOST>|E|psDBCleanup (FILE:LINENO)
    1014    Invalid psDB has been specified.
     
    1822\**********************************************************************************/
    1923
     24<DATE><TIME>|<HOST>|I|TPDBChange
     25    Following should generate error message for invalid database
    2026<DATE><TIME>|<HOST>|E|psDBChange (FILE:LINENO)
    2127    Failed to change database.  Error: Access denied for user ''@'localhost' to database 'abc'
     28<DATE><TIME>|<HOST>|I|TPDBChange
     29    Following should generate error message for null database object
    2230<DATE><TIME>|<HOST>|E|psDBChange (FILE:LINENO)
    2331    Invalid psDB has been specified.
     
    3240
    3341<DATE><TIME>|<HOST>|I|TPDBCreateTable
    34     psDBCreateTable shall create a new table in the new test database.
     42    Following should generate an error message for NULL parameter
     43<DATE><TIME>|<HOST>|E|psDBGenerateCreateTableSQL (FILE:LINENO)
     44    Create table parameters may not be NULL.
     45<DATE><TIME>|<HOST>|E|psDBCreateTable (FILE:LINENO)
     46    Query generation failed.
     47<DATE><TIME>|<HOST>|I|TPDBCreateTable
     48    Following should generate an error message for NULL parameter
     49<DATE><TIME>|<HOST>|E|psDBCreateTable (FILE:LINENO)
     50    Invalid psDB has been specified.
    3551
    3652---> TESTPOINT PASSED (psDB{dbCreateTable} | tst_psDB.c)
Note: See TracChangeset for help on using the changeset viewer.