Kaydet (Commit) 3bd753be authored tarafından Helge Delfs [hde]'s avatar Helge Delfs [hde]

automationdev300m69:i108257 [Automation][w_opt.bas]Compatibility test fails

üst 94a8cde0
......@@ -935,9 +935,17 @@ testcase tToolsOptionsWriterCompatibility1
Kontext "ExtrasOptionenDlg"
ExtrasOptionenDlg.Ok
'/// restart the office
printlog "- save document"
Call hFileSaveAsKill (gOfficePath + "user\work\tToolsOptionsWriterCompatibility1.odt")
Call hCloseDocument
printlog "- restart the office"
Call wOfficeRestart
printlog "- load previously saved document"
Call hNewDocument
Call hFileOpen (gOfficePath + "user\work\tToolsOptionsWriterCompatibility1.odt")
Printlog "check state of all checkboxes and uncheck all checkboxes"
ToolsOptions
Call hToolsOptions("WRITER","COMPATIBILITY")
......@@ -960,6 +968,8 @@ testcase tToolsOptionsWriterCompatibility1
Kontext "ExtrasOptionenDlg"
ExtrasOptionenDlg.Ok
Call hCloseDocument
'/// restart the office
Call wOfficeRestart
WaitSlot (2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment