summaryrefslogtreecommitdiffstats
path: root/testautomation
diff options
context:
space:
mode:
authorThorsten Bosbach <tbo@OpenOffice.org>2010-07-02 15:08:55 +0200
committerThorsten Bosbach <tbo@OpenOffice.org>2010-07-02 15:08:55 +0200
commitd6d2da173e9878a24d121adc30a2d7d17e01b2f2 (patch)
tree1f8e880d6a3af14f81ec52a4f64b4cec983a8908 /testautomation
parent#i112840# removed, since not used in any test (diff)
downloadcore-d6d2da173e9878a24d121adc30a2d7d17e01b2f2.tar.gz
core-d6d2da173e9878a24d121adc30a2d7d17e01b2f2.zip
#i112839# fixed: else/endif without if
Diffstat (limited to 'testautomation')
-rw-r--r--testautomation/graphics/required/includes/global/id_006.inc12
1 files changed, 3 insertions, 9 deletions
diff --git a/testautomation/graphics/required/includes/global/id_006.inc b/testautomation/graphics/required/includes/global/id_006.inc
index c7de07588367..755d760d8b7a 100644
--- a/testautomation/graphics/required/includes/global/id_006.inc
+++ b/testautomation/graphics/required/includes/global/id_006.inc
@@ -31,7 +31,6 @@
'*
'\**********************************************************************************
-'------------------------------------------------------------------------------
sub id_Tools
printLog "--------- id_006 ----------"
call tiToolsSpellchecking
@@ -199,10 +198,8 @@ testcase tiToolsThesaurus
end if
if FileExists ( sFileName ) = FALSE then
warnlog "The language-file was not found or accessible! The test ends."
- goto endsub
- end if
- Call hFileOpen (sFileName)
-
+ else
+ Call hFileOpen (sFileName)
sleep (2)
hTypeKeys "<TAB><RETURN>"
@@ -239,11 +236,8 @@ testcase tiToolsThesaurus
sleep 1
'/// close application ///'
Call hCloseDocument
- else
- goto endsub
endif
Call hCloseDocument
-
endcase
'-------------------------------------------------------------------------------
testcase tiToolsHyphenation
@@ -519,4 +513,4 @@ testcase tiToolsEyedropper
'/// close application ///'
Call hCloseDocument
endcase
-'------------------------------------------------------------------------------- \ No newline at end of file
+