summaryrefslogtreecommitdiff
path: root/testautomation/spreadsheet/optional/includes/so7pp1/c_so7_pp1_ibis.inc
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-11-11 09:36:28 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-11-11 09:36:28 +0100
commitfd8af45f19e3d0acc4887f3b07239875485647b5 (patch)
treeb32259007ec6cd0d28b44b95a1b3f3f003af0a79 /testautomation/spreadsheet/optional/includes/so7pp1/c_so7_pp1_ibis.inc
parent613bb74489551580b417968af125de803c684a39 (diff)
parent02582fe488fb679284c108413c7d2f6fd3d730cc (diff)
CWS-TOOLING: integrate CWS automationdev300m91
Notes
Notes: split repo tag: testing_ooo/DEV300_m93
Diffstat (limited to 'testautomation/spreadsheet/optional/includes/so7pp1/c_so7_pp1_ibis.inc')
-rw-r--r--testautomation/spreadsheet/optional/includes/so7pp1/c_so7_pp1_ibis.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/spreadsheet/optional/includes/so7pp1/c_so7_pp1_ibis.inc b/testautomation/spreadsheet/optional/includes/so7pp1/c_so7_pp1_ibis.inc
index 9e25d898d8ce..f55bd6318ffd 100644
--- a/testautomation/spreadsheet/optional/includes/so7pp1/c_so7_pp1_ibis.inc
+++ b/testautomation/spreadsheet/optional/includes/so7pp1/c_so7_pp1_ibis.inc
@@ -125,10 +125,10 @@ testcase tIBIS111158
Kontext "TabGeneralControl"
'/// Enter in 'Help URL' as value exactly 'HID:123456'
TabGeneralControl.TypeKeys "<TAB>" , true
- HelpURL.setText "HID:123456"
+ HelpURL.setText "customcontrol1"
HelpURL.TypeKeys "<RETURN>",true
- if HelpURL.GetText <> "HID:123456" then
- warnlog "'HID:123456' has not been accepted as 'Help URL' value."
+ if HelpURL.GetText <> "customcontrol1" then
+ warnlog "'customcontrol1' has not been accepted as 'Help URL' value."
end if
Kontext "ControlPropertiesDialog"