summaryrefslogtreecommitdiff
path: root/testautomation/writer
diff options
context:
space:
mode:
authorHelge Delfs <hde@openoffice.org>2009-11-20 09:34:15 +0000
committerHelge Delfs <hde@openoffice.org>2009-11-20 09:34:15 +0000
commit5a8784c049c1b1ecdb46af95830db9581e824ad2 (patch)
treeec09e9944a9b8a466d3f1b30429709560bc6b708 /testautomation/writer
parent724cb1a66fdcfa0099b3d2722f26c77e37d647cf (diff)
added exception for unx because page isn't centered like on windows
Diffstat (limited to 'testautomation/writer')
-rwxr-xr-xtestautomation/writer/required/includes/w_020_.inc12
1 files changed, 10 insertions, 2 deletions
diff --git a/testautomation/writer/required/includes/w_020_.inc b/testautomation/writer/required/includes/w_020_.inc
index 62bffb9b8018..05d11681efe7 100755
--- a/testautomation/writer/required/includes/w_020_.inc
+++ b/testautomation/writer/required/includes/w_020_.inc
@@ -421,7 +421,11 @@ testcase t_TB_Form
wait 500
Label.Click
printlog " Insert a textbox from toolbox"
- Call hMalZeichnenMitSelektion ( 57, 20, 68, 25 )
+ if gplatgroup = "unx" then
+ Call hMalZeichnenMitSelektion ( 10, 40, 21, 25 )
+ else
+ Call hMalZeichnenMitSelektion ( 57, 20, 68, 25 )
+ endif
printlog "+ Open Control Properties"
Call sMenufunktionen("-Textbox-")
end if
@@ -450,7 +454,11 @@ testcase t_TB_Form
Combobox.Click
printlog " Insert a Combobox from toolbox"
Wait 500
- Call hMalZeichnenMitSelektion ( 57, 30, 68, 35 )
+ if gPlatgroup = "unx" then
+ Call hMalZeichnenMitSelektion ( 41, 40, 52, 35 )
+ else
+ Call hMalZeichnenMitSelektion ( 57, 30, 68, 35 )
+ endif
printlog "+ Step through pages of upcoming Autopilot"
Call sAutopilot_ListboxCombobox("Combo")
printlog "+ Open Control Properties"