summaryrefslogtreecommitdiff
path: root/testautomation/framework/optional/includes/security_certification_dialogs.inc
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2009-03-24 14:52:04 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2009-03-24 14:52:04 +0000
commit0c01055a1a50b7851755d6a564b5c5906e54d286 (patch)
tree98e2d321bbe760e325ed5ed91cc5df987ec8818f /testautomation/framework/optional/includes/security_certification_dialogs.inc
parent676aab14a11f031b501a8dca97403d020bc665d0 (diff)
CWS-TOOLING: integrate CWS automation_gapplication_unify
2009-03-24 14:40:09 +0100 jsk r269948 : #i99878# - and another one... 2009-03-24 14:36:22 +0100 jsk r269946 : #i99878# - another one... 2009-03-23 14:52:17 +0100 jsk r269873 : #i99878# replace DESKTOP with BACKGROUND 2009-03-23 12:49:08 +0100 jsk r269868 : #i99878# - special focus on database application 2009-03-23 12:46:13 +0100 jsk r269867 : #i100474# - fix broken writer update testcase names 2009-03-20 15:44:29 +0100 jsk r269817 : #i99878 - Step 3: Fixing round three - applications.txt 2009-03-20 15:40:43 +0100 jsk r269816 : #i99878 - Step 3: Fixing round two - .bas-files 2009-03-20 15:19:04 +0100 jsk r269813 : #i99878 - Step 3: Fixing round one 2009-03-20 15:01:07 +0100 jsk r269811 : #i99878 - Step 1: rename, Step 2: Uppercase
Diffstat (limited to 'testautomation/framework/optional/includes/security_certification_dialogs.inc')
-rwxr-xr-xtestautomation/framework/optional/includes/security_certification_dialogs.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/framework/optional/includes/security_certification_dialogs.inc b/testautomation/framework/optional/includes/security_certification_dialogs.inc
index 65df7c8f4d58..53c318566797 100755
--- a/testautomation/framework/optional/includes/security_certification_dialogs.inc
+++ b/testautomation/framework/optional/includes/security_certification_dialogs.inc
@@ -63,7 +63,7 @@ testcase tCertificationDialogs
active.yes()
printlog( CFN & "Allow to save the document" )
else
- if ( gApplication <> "MASTERDOC" ) then
+ if ( gApplication <> "MASTERDOCUMENT" ) then
warnlog( CFN & "No message that the file must be saved to be signed" )
else
printlog( CFN & "OK - No save-message for Masterdoc." )
@@ -78,7 +78,7 @@ testcase tCertificationDialogs
endif
Speichern.click()
else
- if ( gApplication <> "MASTERDOC" ) then
+ if ( gApplication <> "MASTERDOCUMENT" ) then
warnlog( CFN & "Save As Dialog is not open" )
else
printlog( CFN & "OK - No filesave for Masterdoc." )
@@ -90,7 +90,7 @@ testcase tCertificationDialogs
printlog( CFN & "Digital signatures is open" )
DigitalSignature.cancel()
else
- if ( gApplication <> "MASTERDOC" ) then
+ if ( gApplication <> "MASTERDOCUMENT" ) then
warnlog( CFN & "Digital Signatures Dialog is not open" )
else
printlog( CFN & "OK - No signature dialog for Masterdoc." )