summaryrefslogtreecommitdiff
path: root/testautomation/framework/optional/f_basic_templatedocuments.bas
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/framework/optional/f_basic_templatedocuments.bas')
-rwxr-xr-xtestautomation/framework/optional/f_basic_templatedocuments.bas5
1 files changed, 3 insertions, 2 deletions
diff --git a/testautomation/framework/optional/f_basic_templatedocuments.bas b/testautomation/framework/optional/f_basic_templatedocuments.bas
index 576de3006b2e..f701417c8648 100755
--- a/testautomation/framework/optional/f_basic_templatedocuments.bas
+++ b/testautomation/framework/optional/f_basic_templatedocuments.bas
@@ -25,7 +25,7 @@
'
'/******************************************************************************
'*
-'* owner : joerg.skottke@sun.com
+'* owner : joerg.skottke@oracle.com
'*
'* short description : My Macros/standard execution with user defined template
'*
@@ -38,8 +38,10 @@ sub main
call hStatusIn( "framework" , "f_basic_templatedocuments.bas" )
+ hSetMacroSecurityAPI( GC_MACRO_SECURITY_LEVEL_MEDIUM )
call tMacroUserTemplate()
call tBasicSpecTemplate()
+ hSetMacroSecurityAPI( GC_MACRO_SECURITY_LEVEL_DEFAULT )
call hStatusOut()
@@ -64,7 +66,6 @@ sub LoadIncludeFiles
use "framework\tools\includes\private_environment.inc"
use "framework\tools\includes\webtools.inc"
use "framework\tools\includes\template_tools.inc"
- use "framework\tools\includes\init_tools.inc"
use "framework\tools\includes\scriptorganizer_tools.inc"
gApplication = "WRITER"