summaryrefslogtreecommitdiff
path: root/testautomation/framework/optional/includes/security_certification_dialogs.inc
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-18 16:25:03 +0200
committerobo <obo@openoffice.org>2010-06-18 16:25:03 +0200
commit86f6b528f49090c0c47df170c04ee857a14fb967 (patch)
tree9d584877469bd22a4e00053a253825ac848f5171 /testautomation/framework/optional/includes/security_certification_dialogs.inc
parente8d54724f09a68d8ffd99cd3c407401019b10437 (diff)
parenta4d5cd0ecc4ae083865927c68dcdd1b7925b2995 (diff)
CWS-TOOLING: integrate CWS vitomation01
Diffstat (limited to 'testautomation/framework/optional/includes/security_certification_dialogs.inc')
-rwxr-xr-xtestautomation/framework/optional/includes/security_certification_dialogs.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/testautomation/framework/optional/includes/security_certification_dialogs.inc b/testautomation/framework/optional/includes/security_certification_dialogs.inc
index 7ed2f526f772..18c47c36d5fa 100755
--- a/testautomation/framework/optional/includes/security_certification_dialogs.inc
+++ b/testautomation/framework/optional/includes/security_certification_dialogs.inc
@@ -42,11 +42,11 @@ testcase tCertificationDialogs
hDeleteFile( sFile )
- call hNewDocument()
+ hNewDocument()
- call hChangeDoc()
+ hChangeDoc()
- brc = hOpenDigitalSignaturesDialog()
+ hOpenDigitalSignaturesDialog()
kontext "active"
if ( active.exists( 1 ) ) then
@@ -54,10 +54,10 @@ testcase tCertificationDialogs
try
active.yes()
catch
- warnlog "#i111181# cws DEV300/fs33a wrong messge box when try to sign a new document"
- active.ok
- hCloseDocument
- goto endsub
+ warnlog( CFN & "This is not the expected messagebox, aborting test" )
+ active.ok()
+ hCloseDocument()
+ goto endsub
endcatch
printlog( CFN & "Allow to save the document" )
else