summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess/tools
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/dbaccess/tools')
-rw-r--r--[-rwxr-xr-x]testautomation/dbaccess/tools/controltools.inc0
-rw-r--r--[-rwxr-xr-x]testautomation/dbaccess/tools/dbcreatetools.inc4
-rw-r--r--[-rwxr-xr-x]testautomation/dbaccess/tools/dbinit.inc0
-rw-r--r--[-rwxr-xr-x]testautomation/dbaccess/tools/dbtools.inc0
-rw-r--r--[-rwxr-xr-x]testautomation/dbaccess/tools/formtools.inc0
-rw-r--r--[-rwxr-xr-x]testautomation/dbaccess/tools/querytools.inc0
-rw-r--r--[-rwxr-xr-x]testautomation/dbaccess/tools/reporttools.inc0
-rw-r--r--[-rwxr-xr-x]testautomation/dbaccess/tools/tabletools.inc1
8 files changed, 4 insertions, 1 deletions
diff --git a/testautomation/dbaccess/tools/controltools.inc b/testautomation/dbaccess/tools/controltools.inc
index 28b0583c0b42..28b0583c0b42 100755..100644
--- a/testautomation/dbaccess/tools/controltools.inc
+++ b/testautomation/dbaccess/tools/controltools.inc
diff --git a/testautomation/dbaccess/tools/dbcreatetools.inc b/testautomation/dbaccess/tools/dbcreatetools.inc
index 2658281f65be..034b1d18fef1 100755..100644
--- a/testautomation/dbaccess/tools/dbcreatetools.inc
+++ b/testautomation/dbaccess/tools/dbcreatetools.inc
@@ -1375,8 +1375,10 @@ function fRegisterDatabaseFile( sFileName, sName)
NewBtn.Click
sleep(1)
Kontext "CreateDatabaseLink"
- DatabaseFile.setText(sFileName)
+
RegisteredName.setText(sName)
+ DatabaseFile.setText(sFileName)
+
CreateDatabaseLink.OK
sleep(1)
diff --git a/testautomation/dbaccess/tools/dbinit.inc b/testautomation/dbaccess/tools/dbinit.inc
index 53f192747926..53f192747926 100755..100644
--- a/testautomation/dbaccess/tools/dbinit.inc
+++ b/testautomation/dbaccess/tools/dbinit.inc
diff --git a/testautomation/dbaccess/tools/dbtools.inc b/testautomation/dbaccess/tools/dbtools.inc
index 2e40a3f25726..2e40a3f25726 100755..100644
--- a/testautomation/dbaccess/tools/dbtools.inc
+++ b/testautomation/dbaccess/tools/dbtools.inc
diff --git a/testautomation/dbaccess/tools/formtools.inc b/testautomation/dbaccess/tools/formtools.inc
index ef7105ccef22..ef7105ccef22 100755..100644
--- a/testautomation/dbaccess/tools/formtools.inc
+++ b/testautomation/dbaccess/tools/formtools.inc
diff --git a/testautomation/dbaccess/tools/querytools.inc b/testautomation/dbaccess/tools/querytools.inc
index 7dc3d7278938..7dc3d7278938 100755..100644
--- a/testautomation/dbaccess/tools/querytools.inc
+++ b/testautomation/dbaccess/tools/querytools.inc
diff --git a/testautomation/dbaccess/tools/reporttools.inc b/testautomation/dbaccess/tools/reporttools.inc
index 70b9ff129bd5..70b9ff129bd5 100755..100644
--- a/testautomation/dbaccess/tools/reporttools.inc
+++ b/testautomation/dbaccess/tools/reporttools.inc
diff --git a/testautomation/dbaccess/tools/tabletools.inc b/testautomation/dbaccess/tools/tabletools.inc
index 1f6dd23de53d..3fcf1ef8e5bb 100755..100644
--- a/testautomation/dbaccess/tools/tabletools.inc
+++ b/testautomation/dbaccess/tools/tabletools.inc
@@ -340,6 +340,7 @@ function fCreateTable(aFieldTypeContent(),sTableName,optional sCatalog,optional
sleep 1
FieldType.TypeKeys "<RETURN>" , TRUE
Description.TypeKeys "<RETURN>" , TRUE
+ CellDescription.TypeKeys "<RETURN>" , TRUE
printlog "-------------------------------"
next