summaryrefslogtreecommitdiff
path: root/testautomation/framework/optional/includes/security_recommend_password.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/framework/optional/includes/security_recommend_password.inc')
-rwxr-xr-x[-rw-r--r--]testautomation/framework/optional/includes/security_recommend_password.inc10
1 files changed, 3 insertions, 7 deletions
diff --git a/testautomation/framework/optional/includes/security_recommend_password.inc b/testautomation/framework/optional/includes/security_recommend_password.inc
index eaceab3691b9..ab914fe5125b 100644..100755
--- a/testautomation/framework/optional/includes/security_recommend_password.inc
+++ b/testautomation/framework/optional/includes/security_recommend_password.inc
@@ -25,7 +25,7 @@
'
'/************************************************************************
'*
-'* owner : joerg.skottke@sun.com
+'* owner : joerg.skottke@oracle.com
'*
'* short description : Password settings in Tools/Options
'*
@@ -80,11 +80,8 @@ testcase tRecommendPassword( filetypeID as string )
if ( rc = 0 ) then
- if AutomatischeDateinamenserweiterung.Exists then
- AutomatischeDateinamenserweiterung.Uncheck
- endif
-
-
+ AutomatischeDateinamenserweiterung.Uncheck
+
printlog( "Name the file" )
Dateiname.settext( workpath & workfile )
@@ -117,6 +114,5 @@ testcase tRecommendPassword( filetypeID as string )
printlog( "Close the current document" )
call hCloseDocument()
-
endcase