summaryrefslogtreecommitdiff
path: root/testautomation/writer/optional/includes/option/wh_o_2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/writer/optional/includes/option/wh_o_2.inc')
-rwxr-xr-xtestautomation/writer/optional/includes/option/wh_o_2.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/testautomation/writer/optional/includes/option/wh_o_2.inc b/testautomation/writer/optional/includes/option/wh_o_2.inc
index e69de566d80e..4a5ec880344c 100755
--- a/testautomation/writer/optional/includes/option/wh_o_2.inc
+++ b/testautomation/writer/optional/includes/option/wh_o_2.inc
@@ -164,7 +164,7 @@ testcase tToolsOptionsHTMLPrint
if ( bTempRadioBut(3) <> Dokumentende.IsChecked) Then WarnLog "'End of document' state changed"
if ( bTempRadioBut(4) <> Seitenende.IsChecked ) Then WarnLog "'End of page' state changed"
- if ( Fax.GetSelIndex <> iTempListBox(1) ) Then QAErrorlog "#i62663#Fax state changed"
+ if ( Fax.GetSelIndex <> iTempListBox(1) ) Then warnlog "Fax state changed"
printlog ("'/// - all UnCheck -> o ///")
@@ -305,7 +305,7 @@ testcase tToolsOptionsHTMLPrint
Kontext "ExtrasOptionenDlg"
ExtrasOptionenDlg.OK
- Do Until GetDocumentCount = 1
+ Do Until GetDocumentCount = 0
Call hCloseDocument
Loop
endcase
@@ -502,7 +502,9 @@ testcase tToolsOptionsHTMLTable
Kontext "ExtrasOptionenDlg"
ExtrasOptionenDlg.OK
- Call hCloseDocument
+ Do Until GetDocumentCount = 0
+ Call hCloseDocument
+ Loop
endcase
'------------------------------------------------------------------------------