cws dba34b: fix for i116042

This commit is contained in:
Marc Neumann [msc] 2011-01-31 12:33:22 +01:00
parent a7432ec69f
commit dd9c079376

View file

@ -192,15 +192,15 @@ testcase db_JDBCMySQL
dbok = fCreateMySQL_JDBC_Datasource(sFileName,aDatabaseProperties(3),aDatabaseProperties(2),aDatabaseProperties(4),aDatabaseProperties(5))
if dbok = true then
'call fOpendatabase(sFileName,aDatabaseProperties(6))
'call fCreateTable( aFieldTypeContent(), sTableName)
'call fInsertIntoTable( aFieldContent(), sTableName)
'call fCloseDatabase
call fOpendatabase(sFileName,aDatabaseProperties(6))
call fCreateTable( aFieldTypeContent(), sTableName)
call fInsertIntoTable( aFieldContent(), sTableName)
call fCloseDatabase
use "dbaccess/optional/includes/db_Query.inc"
call db_Query(sFileName,"MYSQL_JDBC")
call db_Query(sFileName,"MYSQL_JDBC",aDatabaseProperties(6))
'call tRelation( sFileName, aDatabaseProperties(6), "rel1", "rel2" )
call tRelation( sFileName, aDatabaseProperties(6), "rel1", "rel2" )
else
warnlog "Data Source could not be created - beyond testcases stopped"