summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
authorMarc Neumann [msc] <Marc.Neumann@oracle.com>2011-01-31 12:33:22 +0100
committerMarc Neumann [msc] <Marc.Neumann@oracle.com>2011-01-31 12:33:22 +0100
commitdd9c079376466abb47cbe04b7c3204bb592f0314 (patch)
tree1c1fb4a852f5cd3d5f6ff1c71a2442904dd01320 /testautomation
parenta7432ec69f6aa2fdb574a94540107e5de5439277 (diff)
cws dba34b: fix for i116042
Diffstat (limited to 'testautomation')
-rw-r--r--testautomation/dbaccess/optional/includes/db_JDBCMySQL.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/testautomation/dbaccess/optional/includes/db_JDBCMySQL.inc b/testautomation/dbaccess/optional/includes/db_JDBCMySQL.inc
index 3eb00cc6a011..cc3be846569c 100644
--- a/testautomation/dbaccess/optional/includes/db_JDBCMySQL.inc
+++ b/testautomation/dbaccess/optional/includes/db_JDBCMySQL.inc
@@ -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"