summaryrefslogtreecommitdiff
path: root/testautomation/writer/optional/includes/number/w_207_.inc
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-10-26 13:28:03 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-10-26 13:28:03 +0200
commite7ef6d4dceb7e8e0c1d492d8c01296f6d88d5215 (patch)
tree3540d786d63e00e9755122a324140cd508f99705 /testautomation/writer/optional/includes/number/w_207_.inc
parent15c93af5a0740ad15be57aefef659de243c9be2f (diff)
parentad312005bd3480e78f82824a95589e0673c56d93 (diff)
CWS-TOOLING: integrate CWS automationdev300m87
Notes
Notes: split repo tag: testing_ooo/DEV300_m91
Diffstat (limited to 'testautomation/writer/optional/includes/number/w_207_.inc')
-rw-r--r--testautomation/writer/optional/includes/number/w_207_.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/testautomation/writer/optional/includes/number/w_207_.inc b/testautomation/writer/optional/includes/number/w_207_.inc
index 634e7c5773a7..4bc525553f56 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"
@@ -111,7 +111,7 @@ testcase tToolsNumbering12
Call hCloseDocument
printlog " - load previous saved document"
- Call hFileOpen ( ExportFileName )
+ hFileOpen( ExportFileName )
printlog " - close document"
hFileCloseAll()
@@ -132,8 +132,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>