summaryrefslogtreecommitdiff
path: root/testautomation/writer/optional/includes/number/w_207_.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/writer/optional/includes/number/w_207_.inc')
-rw-r--r--[-rwxr-xr-x]testautomation/writer/optional/includes/number/w_207_.inc21
1 files changed, 12 insertions, 9 deletions
diff --git a/testautomation/writer/optional/includes/number/w_207_.inc b/testautomation/writer/optional/includes/number/w_207_.inc
index 634e7c5773a7..972f2303d565 100755..100644
--- a/testautomation/writer/optional/includes/number/w_207_.inc
+++ b/testautomation/writer/optional/includes/number/w_207_.inc
@@ -74,10 +74,10 @@ testcase tToolsNumbering12
end select
printlog( "Open file: " & DocFileList( iCurrentDocument ) )
- Call hFileOpen ( DocFileList( iCurrentDocument ) )
+ hFileOpenLocally( DocFileList( iCurrentDocument ) )
printlog( "Make a copy if the file is write protected" )
- Call sMakeReadOnlyDocumentEditable
+
printlog( "Test for unexpected dialog: Filter Selection" )
Kontext "Filterauswahl"
@@ -106,12 +106,15 @@ testcase tToolsNumbering12
"." & sCurrentFilterExt )
hDeleteFile( ExportFileName ) ' There should never be a reason to overwrite
- printlog " - export as: " & ExportFileName
- Call hFileSaveAsWithFilter( ExportFileName, sCurrentFilter )
- Call hCloseDocument
+ ' Binary export filter was removed
+ if iDocumentType < 3 then
+ printlog " - export as: " & ExportFileName
+ Call hFileSaveAsWithFilter( ExportFileName, sCurrentFilter )
+ Call hCloseDocument
- printlog " - load previous saved document"
- Call hFileOpen ( ExportFileName )
+ printlog " - load previous saved document"
+ hFileOpen( ExportFileName )
+ endif
printlog " - close document"
hFileCloseAll()
@@ -132,8 +135,8 @@ testcase tToolsNumbering13
'/// This testcase loads a Worddocument that lost all formattings
printlog "#i73790 regression testing"
'/// Load document 'writer\\optional\\input\\number\\regression\\73790.doc'
- Call hFileOpen ( gTesttoolPath + "writer\optional\input\number\regression\73790.doc" )
- Call sMakeReadOnlyDocumentEditable
+ hFileOpenLocally( gTesttoolPath + "writer\optional\input\number\regression\73790.doc" )
+
'/// Document has Heading1-Heading3 formatted, be sure it is
call wTypeKeys ("<Mod1 Home>")
'/// Point cursor to top of document with <STRG HOME>