summaryrefslogtreecommitdiff
path: root/testautomation/writer
diff options
context:
space:
mode:
authorHelge Delfs <hde@openoffice.org>2009-11-09 09:08:18 +0000
committerHelge Delfs <hde@openoffice.org>2009-11-09 09:08:18 +0000
commite4773672232fd101f4750fd7f7435a1dce5447e0 (patch)
treeb42f182a655367925d42cebfa3c6e88075f7b567 /testautomation/writer
parent45a6861fee26ee451e16908e0a7f334d82b5b2e8 (diff)
Workaround for issue 106719
Diffstat (limited to 'testautomation/writer')
-rwxr-xr-xtestautomation/writer/optional/includes/drawing/w_drawing_tools2.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/writer/optional/includes/drawing/w_drawing_tools2.inc b/testautomation/writer/optional/includes/drawing/w_drawing_tools2.inc
index f96238cb11a8..463ef593930c 100755
--- a/testautomation/writer/optional/includes/drawing/w_drawing_tools2.inc
+++ b/testautomation/writer/optional/includes/drawing/w_drawing_tools2.inc
@@ -304,9 +304,9 @@ testcase tGroup_6
Call wTypeKeys "<Right>",2
PrintLog "- Set the focus to rectangle , check if it is moved (Should NOT)"
- Call gMouseClick(35,35)
+ Call gMouseClick(41,40)
Call fPositionAndSize("TabPositionAndSizeWriter")
- if Horizontalby.Gettext <> sPositionX1 then Warnlog "Rectangle should NOT be moved: X Not -> "+sPositionX1+" but -> "+ Horizontalby.Gettext
+ if Horizontalby.Gettext <> sPositionX1 then Warnlog "#i106719#Rectangle should NOT be moved: X Not -> "+sPositionX1+" but -> "+ Horizontalby.Gettext
if Verticalby.Gettext <> sPositionY1 then Warnlog "Rectangle should NOT be moved: Y Not -> "+sPositionY1+" but -> "+ Verticalby.Gettext
TabPositionAndSizeWriter.Cancel
@@ -377,7 +377,7 @@ testcase tGroup_7
PrintLog "- Set the focus to rectangle , check if it is moved (Should NOT)."
Call gMouseClick(40,40)
Call fPositionAndSize("TabPositionAndSizeWriter")
- if Horizontalby.Gettext <> sPositionX1 then Warnlog "Rectangle should NOT be moved: X Not -> "+sPositionX1+" but -> "+ Horizontalby.Gettext
+ if Horizontalby.Gettext <> sPositionX1 then Warnlog "#i106719#Rectangle should NOT be moved: X Not -> "+sPositionX1+" but -> "+ Horizontalby.Gettext
if Verticalby.Gettext <> sPositionY1 then Warnlog "Rectangle should NOT be moved: Y Not -> "+sPositionY1+" but -> "+ Verticalby.Gettext
TabPositionAndSizeWriter.Cancel