diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-10-26 13:28:03 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-10-26 13:28:03 +0200 |
commit | e7ef6d4dceb7e8e0c1d492d8c01296f6d88d5215 (patch) | |
tree | 3540d786d63e00e9755122a324140cd508f99705 /testautomation/graphics/required | |
parent | 15c93af5a0740ad15be57aefef659de243c9be2f (diff) | |
parent | ad312005bd3480e78f82824a95589e0673c56d93 (diff) |
CWS-TOOLING: integrate CWS automationdev300m87
Notes
Notes:
split repo tag: testing_ooo/DEV300_m91
Diffstat (limited to 'testautomation/graphics/required')
-rw-r--r-- | testautomation/graphics/required/includes/global/id_006.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testautomation/graphics/required/includes/global/id_006.inc b/testautomation/graphics/required/includes/global/id_006.inc index 434959a7ac2d..ccdfc5eb3e69 100644 --- a/testautomation/graphics/required/includes/global/id_006.inc +++ b/testautomation/graphics/required/includes/global/id_006.inc @@ -167,14 +167,13 @@ testcase tiToolsThesaurus PrintLog "Thesaurus with 1 word: " + sWord - if( Ucase(gApplication) = "DRAW" ) then + if( gApplication = "DRAW" ) then sExt = ".odg" elseif( Ucase(gApplication) = "IMPRESS" ) then sExt = ".odp" endif - Call hFileOpen (gTesttoolpath + "graphics\required\input\recht_" + iSprache + sExt) - Call sMakeReadOnlyDocumentEditable() + hFileOpenLocally( gTesttoolpath + "graphics\required\input\recht_" + iSprache + sExt) Call hTextrahmenErstellen (sWord,20,20,50,30) sleep 1 |