summaryrefslogtreecommitdiff
path: root/testautomation/spreadsheet
diff options
context:
space:
mode:
authorOliver Craemer <oc@openoffice.org>2010-02-24 08:36:54 +0100
committerOliver Craemer <oc@openoffice.org>2010-02-24 08:36:54 +0100
commit5c8851a8ef21752a3fc5c9616d91f7a283696cc4 (patch)
tree70c4916acd93ac6736e00dc589b69d6384ab145d /testautomation/spreadsheet
parentc6f351f96bb13bf07410f1595974612686be6e34 (diff)
#i85043# HID for AutoFormatRename is duplicate
Diffstat (limited to 'testautomation/spreadsheet')
-rwxr-xr-xtestautomation/spreadsheet/required/includes/c_upd_formatmenu2.inc23
1 files changed, 11 insertions, 12 deletions
diff --git a/testautomation/spreadsheet/required/includes/c_upd_formatmenu2.inc b/testautomation/spreadsheet/required/includes/c_upd_formatmenu2.inc
index 585dde1de54f..b97c70690950 100755
--- a/testautomation/spreadsheet/required/includes/c_upd_formatmenu2.inc
+++ b/testautomation/spreadsheet/required/includes/c_upd_formatmenu2.inc
@@ -442,18 +442,17 @@ testcase tFormatAutoFormat
'/// Select second entry in 'Format' – listbox
printlog " Select second entry in 'Format' – listbox"
FormatListe.Select 2
- qaerrorlog "Due to i85043 the rename button and the rename dialog are not testable"
-' '/// Click on 'Rename' – button
-' printlog " Click on 'Rename' – button"
-' AutoFormatRenameCalc.Click
-' Kontext "AutoFormatRenameCalc"
-' Call DialogTest ( AutoFormatRenameCalc )
-' '/// Set format name to 'Newformat'
-' printlog " Set format name to 'Newformat'"
-' FormatName.SetText "Newformat"
-' '/// Close 'Rename AutoFormat' – dialog with 'Cancel'
-' printlog " Close 'Rename AutoFormat' – dialog with 'Cancel'"
-' AutoFormatRenameCalc.Cancel
+ '/// Click on 'Rename' – button
+ printlog " Click on 'Rename' – button"
+ Umbenennen.Click
+ Kontext "RenameAutoFormat"
+ Call DialogTest ( RenameAutoFormat )
+ '/// Set format name to 'Newformat'
+ printlog " Set format name to 'Newformat'"
+ RenameAutoFormatName.SetText "Newformat"
+ '/// Close 'Rename AutoFormat' – dialog with 'Cancel'
+ printlog " Close 'Rename AutoFormat' – dialog with 'Cancel'"
+ RenameAutoFormat.Cancel
Kontext "AutoformatCalc"
'/// Click on 'Delete' – button
printlog " Click on 'Delete' – button"