diff options
author | Marc Neumann [msc] <Marc.Neumann@oracle.com> | 2010-09-06 09:09:40 +0200 |
---|---|---|
committer | Marc Neumann [msc] <Marc.Neumann@oracle.com> | 2010-09-06 09:09:40 +0200 |
commit | 97817c829106dae290179f50453892e41a70d7f4 (patch) | |
tree | fe33d0b27279e5ff2acd3beeda83d28e5f12eab5 | |
parent | b2903869e43c6bd909e02c85bb44635c815b6fa7 (diff) |
dba33h: #114249# fix testscript to work better
-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 |