summaryrefslogtreecommitdiff
path: root/testautomation/writer/required/includes/w_020_.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/writer/required/includes/w_020_.inc')
-rwxr-xr-x[-rw-r--r--]testautomation/writer/required/includes/w_020_.inc19
1 files changed, 12 insertions, 7 deletions
diff --git a/testautomation/writer/required/includes/w_020_.inc b/testautomation/writer/required/includes/w_020_.inc
index f927d24952f7..9e8fef8ea010 100644..100755
--- a/testautomation/writer/required/includes/w_020_.inc
+++ b/testautomation/writer/required/includes/w_020_.inc
@@ -59,8 +59,10 @@ end sub
'-----------------------------------------------------------
testcase t_TB_Insert
- qaErrorLog "#158646# - Inserting Indexes causes crash."
- goto endsub
+
+ ' JSK: This issue is solved since OOO300m9, enabling test again
+ 'qaErrorLog "#158646# - Inserting Indexes causes crash."
+ 'goto endsub
printlog "- Toolbox ( normal ) : All within Insert"
@@ -122,7 +124,8 @@ testcase t_TB_Insert
else
Call hToolbarSelect("Insert", true)
endif
-
+
+ sleep( 2 ) ' Too fast for some machines. Using dirty fix.
if Tabelle.IsEnabled then
Tabelle.Click
Kontext "TabelleEinfuegenWriter"
@@ -235,7 +238,7 @@ testcase t_TB_InsertFields
printlog "- Toolbox ( normal ) : Fields"
if gPlatgroup = "unx" then
- QAErrorlog "Doesn't run on unix"
+ printlog( "Test not suitable for Unix(like) OS" )
goto endsub
end if
printlog " Open new document"
@@ -658,8 +661,10 @@ endcase
'-----------------------------------------------------------
testcase tHtmlDoc_TB_Insert
- qaErrorLog "#158646# - Inserting Indexes causes crash."
- goto endsub
+
+ ' JSK: This issue is solved since OOO300m9, enabling test again
+ 'qaErrorLog "#158646# - Inserting Indexes causes crash."
+ 'goto endsub
printlog "- Toolbox ( normal ) : All within Insert"
gApplication = "HTML"
@@ -780,7 +785,7 @@ testcase tHtmlDoc_TB_InsertFields
gApplication = "HTML"
if gPlatgroup = "unx" then
- QAErrorlog "Doesn't run on unix"
+ printlog( "Test not suitable for Unix(like) OS" )
goto endsub
end if