summaryrefslogtreecommitdiff
path: root/testautomation/framework/optional/f_security_incorrect_password.bas
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-03-30 18:17:12 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-03-30 18:17:12 +0200
commite14d36f4001f65d09e73cadde37c23cf2cec9d05 (patch)
treec287537c20fea9927983de97c05eee74e2232759 /testautomation/framework/optional/f_security_incorrect_password.bas
parentf38ce5629d5dafae9bbf7b41308c95c6f4e14942 (diff)
native0: #161747 - Fix help tests (missing reference files) and disabled saving files in 645 (binfilter) format for now. Need to check why the f_basic_incorrect_passwords still fails. - transplanted from changeset a4aeb020fcca@native0
Diffstat (limited to 'testautomation/framework/optional/f_security_incorrect_password.bas')
-rwxr-xr-xtestautomation/framework/optional/f_security_incorrect_password.bas6
1 files changed, 0 insertions, 6 deletions
diff --git a/testautomation/framework/optional/f_security_incorrect_password.bas b/testautomation/framework/optional/f_security_incorrect_password.bas
index d88a390e3306..10f0cf2d76dc 100755
--- a/testautomation/framework/optional/f_security_incorrect_password.bas
+++ b/testautomation/framework/optional/f_security_incorrect_password.bas
@@ -37,17 +37,11 @@ sub main
dim iApplication as integer
- const MIN_BUILD_ID = 9196
-
call hStatusIn( "framework" , "f_security_incorrect_password.bas" )
for iApplication = 1 to 5 step 2
printlog( "" )
- printlog( hNumericDocType( iApplication ) & " - Format: " & 645 )
- call tIncorrectPassword( "645" )
-
- printlog( "" )
printlog( hNumericDocType( iApplication + 1 ) & " - Format: " & 680 )
call tIncorrectPassword( "current" )