diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 12:28:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 12:28:29 +0000 |
commit | 3c18aac97086450e054c398c8515a1d87201781a (patch) | |
tree | e5c80976405c6a885983ca41aa237b6d26d1c01f /testautomation/dbaccess/optional/includes/ctrl_General.inc | |
parent | 2f24c19a2d6ee623e30ff66a7c00c5b203269751 (diff) |
CWS-TOOLING: integrate CWS dba31b
Diffstat (limited to 'testautomation/dbaccess/optional/includes/ctrl_General.inc')
-rwxr-xr-x | testautomation/dbaccess/optional/includes/ctrl_General.inc | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/testautomation/dbaccess/optional/includes/ctrl_General.inc b/testautomation/dbaccess/optional/includes/ctrl_General.inc index bd130efbf..c1f09133f 100755 --- a/testautomation/dbaccess/optional/includes/ctrl_General.inc +++ b/testautomation/dbaccess/optional/includes/ctrl_General.inc @@ -121,9 +121,9 @@ testcase tAutomaticControlFocus1 ' /// check if the control has the focus after reload. printlog " check if the second control has the focus after reload." Kontext "DocumentWriter" - DocumentWriter.TypeKeys "<HOME>" , true + DocumentWriter.TypeKeys "<MOD1 HOME>" , true sleep(1) - DocumentWriter.TypeKeys "<SHIFT END>" , true + DocumentWriter.TypeKeys "<MOD1 SHIFT END>" , true sleep(1) DocumentWriter.TypeKeys "<MOD1 C>" , true sleep(1) @@ -210,9 +210,9 @@ testcase tAutomaticControlFocus2 ' /// check if the second control has the focus after reload. printlog " check if the second control has the focus after reload." Kontext "DocumentWriter" - DocumentWriter.TypeKeys "<HOME>" , true + DocumentWriter.TypeKeys "<MOD1 HOME>" , true sleep(1) - DocumentWriter.TypeKeys "<SHIFT END>" , true + DocumentWriter.TypeKeys "<MOD1 SHIFT END>" , true sleep(1) DocumentWriter.TypeKeys "<MOD1 C>" , true sleep(1) @@ -670,9 +670,9 @@ testcase tTabStop '/// check if the right control has the focus printlog "check if the right control has the focus" Kontext "DocumentWriter" - DocumentWriter.TypeKeys "<HOME>" , true + DocumentWriter.TypeKeys "<MOD1 HOME>" , true sleep(1) - DocumentWriter.TypeKeys "<SHIFT END>" , true + DocumentWriter.TypeKeys "<MOD1 SHIFT END>" , true sleep(1) DocumentWriter.TypeKeys "<MOD1 C>" , true sleep(1) @@ -685,9 +685,9 @@ testcase tTabStop printlog "check that tyou travel to the right controls via TAB" DocumentWriter.TypeKeys "<TAB>" , true sleep(1) - DocumentWriter.TypeKeys "<HOME>" , true + DocumentWriter.TypeKeys "<MOD1 HOME>" , true sleep(1) - DocumentWriter.TypeKeys "<SHIFT END>" , true + DocumentWriter.TypeKeys "<MOD1 SHIFT END>" , true sleep(1) DocumentWriter.TypeKeys "<MOD1 C>" , true sleep(1) @@ -871,9 +871,9 @@ testcase tActivationOrder sleep(4) Kontext "DocumentWriter" - DocumentWriter.TypeKeys "<HOME>" , true + DocumentWriter.TypeKeys "<MOD1 HOME>" , true sleep(1) - DocumentWriter.TypeKeys "<SHIFT END>" , true + DocumentWriter.TypeKeys "<MOD1 SHIFT END>" , true sleep(1) DocumentWriter.TypeKeys "<MOD1 C>" , true sleep(1) @@ -925,9 +925,9 @@ testcase tActivationOrder sleep(2) Kontext "DocumentWriter" - DocumentWriter.TypeKeys "<HOME>" , true + DocumentWriter.TypeKeys "<MOD1 HOME>" , true sleep(1) - DocumentWriter.TypeKeys "<SHIFT END>" , true + DocumentWriter.TypeKeys "<MOD1 SHIFT END>" , true sleep(1) DocumentWriter.TypeKeys "<MOD1 C>" , true sleep(1) @@ -963,9 +963,6 @@ testcase tActivationOrder endcase '------------------------------------------------------------------------- testcase tAddFields - - warnlog "#88576# The Add Field test does not work due issue 88576." - goto endsub Dim sControlName1 as String Dim sControlName2 as String |