summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
authorHelge Delfs [hde] <hde@openoffice.org>2010-02-03 14:48:56 +0100
committerHelge Delfs [hde] <hde@openoffice.org>2010-02-03 14:48:56 +0100
commit516d59756a5cdbdc1a9b27fbdd98ac68e2919bf9 (patch)
tree3df1515c15ec6c8819f4c5518f7d0f546d145d72 /testautomation
parent19187829033905a77c450c4820cc432c52a8f6cf (diff)
cbosdo01: i108312: adaptions in testautomation for moving/removal of code
Diffstat (limited to 'testautomation')
-rwxr-xr-xtestautomation/writer/required/includes/w_007_.inc34
-rwxr-xr-xtestautomation/writer/tools/includes/w_tool2.inc2
2 files changed, 18 insertions, 18 deletions
diff --git a/testautomation/writer/required/includes/w_007_.inc b/testautomation/writer/required/includes/w_007_.inc
index 30911dee3fdd..dfee14e23025 100755
--- a/testautomation/writer/required/includes/w_007_.inc
+++ b/testautomation/writer/required/includes/w_007_.inc
@@ -489,7 +489,7 @@ testcase tToolsAutocorrectAutoformat
Call DialogTest ( TabOptionenAutokorrektur )
printlog " Step through all options in list"
printlog " Tabpage Options: With entry 10 button 'Edit' should be enabled"
- Einstellungen.TypeKeys "<Down>",10
+ Einstellungen.TypeKeys "<Down>",9
Wait 500
if Bearbeiten.IsEnabled then
Bearbeiten.Click
@@ -514,8 +514,8 @@ testcase tToolsAutocorrectAutoformat
end if
Kontext "TabOptionenAutokorrektur"
- printlog " Tabpage Options: With entry 18 button 'Edit' should be enabled"
- Einstellungen.TypeKeys "<Down>",2
+ printlog " Tabpage Options: With entry 17 button 'Edit' should be enabled"
+ Einstellungen.TypeKeys "<Down>",1
Wait 500
if Bearbeiten.IsEnabled then
Bearbeiten.Click
@@ -524,40 +524,40 @@ testcase tToolsAutocorrectAutoformat
Zusammenfassen.Cancel
Kontext "TabOptionenAutokorrektur"
else
- Warnlog "- Button 'Edit' on Entry 18 disabled!"
+ Warnlog "- Button 'Edit' on Entry 17 disabled!"
end if
Kontext
- active.SetPage TabTypografisch
- Kontext "TabTypografisch"
- EinfachWortAnfang.Click
+ active.SetPage TabLocalizedOptions
+ Kontext "TabLocalizedOptions"
+ SingleQuotesStart.Click
Kontext "Sonderzeichen"
Call DialogTest ( Sonderzeichen, 1 )
Sonderzeichen.Cancel
- Kontext "TabTypografisch"
- EinfachWortEnde.Click
+ Kontext "TabLocalizedOptions"
+ SingleQuotesEnd.Click
Kontext "Sonderzeichen"
Call DialogTest ( Sonderzeichen, 2 )
Sonderzeichen.Cancel
- Kontext "TabTypografisch"
- EinfachStandard.Click
+ Kontext "TabLocalizedOptions"
+ SingleQuotesDefault.Click
- Kontext "TabTypografisch"
- DoppeltWortAnfang.Click
+ Kontext "TabLocalizedOptions"
+ DoubleQuotesStart.Click
Kontext "Sonderzeichen"
Call DialogTest ( Sonderzeichen, 3 )
Sonderzeichen.Cancel
- Kontext "TabTypografisch"
- DoppeltWortEnde.Click
+ Kontext "TabLocalizedOptions"
+ DoubleQuotesEnd.Click
Kontext "Sonderzeichen"
Call DialogTest ( Sonderzeichen, 4 )
Sonderzeichen.Cancel
- Kontext "TabTypografisch"
- DoppeltStandard.Click
+ Kontext "TabLocalizedOptions"
+ DoubleQuotesDefault.Click
Kontext
Active.Setpage TabWortergaenzung
diff --git a/testautomation/writer/tools/includes/w_tool2.inc b/testautomation/writer/tools/includes/w_tool2.inc
index a68a5eea9ea4..542b695e848d 100755
--- a/testautomation/writer/tools/includes/w_tool2.inc
+++ b/testautomation/writer/tools/includes/w_tool2.inc
@@ -64,7 +64,7 @@ sub OptionenAufrufen(Seite as string)
case "TabErsetzung" : active.SetPage TabErsetzung
case "TabAusnahmen" : active.SetPage TabAusnahmen
case "TabOptionen" : active.SetPage TabOptionen
- case "TabTypografisch": active.SetPage TabTypografisch
+ case "TabLocalizedOptions": active.SetPage TabLocalizedOptions
end select
for i = 1 to 5
Kontext "Active"