diff options
author | obo <obo@openoffice.org> | 2010-09-14 08:56:44 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-09-14 08:56:44 +0200 |
commit | 86cf84665ed50d96a0feb42d86248e583e59949d (patch) | |
tree | fe33d0b27279e5ff2acd3beeda83d28e5f12eab5 | |
parent | fcf1d5f09ef03b29295858bf151c82edf3f46da6 (diff) | |
parent | 97817c829106dae290179f50453892e41a70d7f4 (diff) |
CWS-TOOLING: integrate CWS dba33hooo/OOO330_m8
-rwxr-xr-x | testautomation/dbaccess/optional/includes/rpt_Formating.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testautomation/dbaccess/optional/includes/rpt_Formating.inc b/testautomation/dbaccess/optional/includes/rpt_Formating.inc index e2671728b..4bde542bd 100755 --- a/testautomation/dbaccess/optional/includes/rpt_Formating.inc +++ b/testautomation/dbaccess/optional/includes/rpt_Formating.inc @@ -62,9 +62,9 @@ testcase tConditionalFormating sleep(1) Kontext "ReportDesign" - ReportDesign.MouseDown ( 30, 50 ) - ReportDesign.MouseMove ( 40, 60 ) - ReportDesign.MouseUp ( 40, 60 ) + ReportDesign.MouseDown ( 30, 40 ) + ReportDesign.MouseMove ( 40, 50 ) + ReportDesign.MouseUp ( 40, 50 ) sleep(1) '/// open the conditional formating dialog via the menu @@ -129,9 +129,9 @@ testcase tGrowAndShrink sleep(1) Kontext "ReportDesign" - ReportDesign.MouseDown ( 30, 50 ) - ReportDesign.MouseMove ( 40, 60 ) - ReportDesign.MouseUp ( 40, 60 ) + ReportDesign.MouseDown ( 30, 40 ) + ReportDesign.MouseMove ( 40, 50 ) + ReportDesign.MouseUp ( 40, 50 ) sleep(1) '/// open the conditional formating dialog via the menu |