summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess/tools/dbtools.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/dbaccess/tools/dbtools.inc')
-rwxr-xr-xtestautomation/dbaccess/tools/dbtools.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/dbaccess/tools/dbtools.inc b/testautomation/dbaccess/tools/dbtools.inc
index 0f37061b7ae4..e44ac7fe9588 100755
--- a/testautomation/dbaccess/tools/dbtools.inc
+++ b/testautomation/dbaccess/tools/dbtools.inc
@@ -100,7 +100,7 @@ function fConnectToDatasourceInBeamer(sDSName , sPWD, optional bNewDoc)
DatabaseSelection.TypeKeys "<ADD>"
Kontext "LoginDialog"
if LoginDialog.Exists(3) then
- Password.SetText sPWD
+ LoginPassword.SetText sPWD
LoginDialog.OK
end if
bConnect = true