summaryrefslogtreecommitdiff
path: root/testautomation/spreadsheet
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-04-22 10:19:29 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-04-22 10:19:29 +0200
commit946df5222ccae0b051969d83ccf89d5334ed7b9f (patch)
tree1474d45adcf9cf7a722780517a14e69d9ca1cb8b /testautomation/spreadsheet
parent87163b519d3380f972851cef33810b26a2535cb0 (diff)
parent388184507429ef932cfa6d725ea146063a69d934 (diff)
vitomation01: Local merge with DEV300_m77
Diffstat (limited to 'testautomation/spreadsheet')
-rwxr-xr-x[-rw-r--r--]testautomation/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 46b29a7755df..f85969784c39 100644..100755
--- a/testautomation/spreadsheet/required/includes/c_upd_formatmenu2.inc
+++ b/testautomation/spreadsheet/required/includes/c_upd_formatmenu2.inc
@@ -436,18 +436,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"