summaryrefslogtreecommitdiff
path: root/testautomation/writer/required/includes/w_007_.inc
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-09 16:35:27 +0200
committerobo <obo@openoffice.org>2010-06-09 16:35:27 +0200
commit068f752ed3360647b0ca98ebed9df9a5fe57d84f (patch)
tree81b1084f99f4f28cc1215a5c3cc601ba25a74a12 /testautomation/writer/required/includes/w_007_.inc
parent96c062d1fc2350134f0e57f8ebd950761a34dbbc (diff)
parent993e061ea4e17b9bda45ff4ce83d5892c24ba01b (diff)
CWS-TOOLING: integrate CWS tl74
Notes
split repo tag: testing_ooo/DEV300_m82
Diffstat (limited to 'testautomation/writer/required/includes/w_007_.inc')
-rwxr-xr-x[-rw-r--r--]testautomation/writer/required/includes/w_007_.inc29
1 files changed, 11 insertions, 18 deletions
diff --git a/testautomation/writer/required/includes/w_007_.inc b/testautomation/writer/required/includes/w_007_.inc
index 57c83706029f..9b9a19ca8676 100644..100755
--- a/testautomation/writer/required/includes/w_007_.inc
+++ b/testautomation/writer/required/includes/w_007_.inc
@@ -155,9 +155,9 @@ testcase tToolsSpellcheck
if OptionenBearbeiten.IsEnabled then
OptionenBearbeiten.Click
wait 500
- Kontext "SilbentrennungOptionen"
- DialogTest ( SilbentrennungOptionen )
- SilbentrennungOptionen.Cancel
+ Kontext "HyphenationOptions"
+ DialogTest ( HyphenationOptions )
+ HyphenationOptions.Cancel
end if
next i
@@ -289,13 +289,6 @@ testcase tToolsThesaurus
Kontext "Thesaurus"
DialogTest ( Thesaurus )
- printlog " In 'Thesaurus' dialog click 'Language'"
- Sprache.Click
- Kontext "SpracheAuswaehlen"
- DialogTest ( SpracheAuswaehlen )
- printlog " Close 'Language' dialog"
- SpracheAuswaehlen.Cancel
- Kontext "Thesaurus"
printlog " Close 'Thesaurus' dialog"
Thesaurus.Cancel
PrintLog "Close active documents"
@@ -390,11 +383,11 @@ testcase tToolsHyphenation
end if
end if
- Kontext "Silbentrennung"
+ Kontext "Hyphenation"
printlog " Close upcoming 'Hyphenation' dialog"
- if Silbentrennung.Exists then
- Call DialogTest ( Silbentrennung )
- Silbentrennung.Cancel
+ if Hyphenation.Exists then
+ Call DialogTest ( Hyphenation )
+ Hyphenation.Cancel
else
Warnlog "Dialog 'Hyphenation' not up!"
Kontext "Active"
@@ -1294,11 +1287,11 @@ testcase tMasterDocToolsHyphenation
end if
end if
- Kontext "Silbentrennung"
+ Kontext "Hyphenation"
printlog " Close upcoming 'Hyphenation' dialog"
- if ( Silbentrennung.Exists( 2 ) ) then
- Call DialogTest ( Silbentrennung )
- Silbentrennung.Cancel
+ if ( Hyphenation.Exists( 2 ) ) then
+ Call DialogTest ( Hyphenation )
+ Hyphenation.Cancel
else
Warnlog "Dialog 'Hyphenation' not up!"
Kontext "Active"