summaryrefslogtreecommitdiff
path: root/testautomation/framework/required/includes/wizard_mailmerge.inc
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-03-08 10:50:31 +0100
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-03-08 10:50:31 +0100
commit4489d58d5bf1a9eaf70b2c46f48dfb2373ab30bf (patch)
treec062d22697f45ec534a83a82a7e93f9aa3667e62 /testautomation/framework/required/includes/wizard_mailmerge.inc
parent34b5312962a33eb6e2a77cd2b07307a013670593 (diff)
vitomation01: #i109562 - Use hClickButton whereever possible (get rid of duplicate functionality from hClickNextButton())
Diffstat (limited to 'testautomation/framework/required/includes/wizard_mailmerge.inc')
-rw-r--r--testautomation/framework/required/includes/wizard_mailmerge.inc18
1 files changed, 9 insertions, 9 deletions
diff --git a/testautomation/framework/required/includes/wizard_mailmerge.inc b/testautomation/framework/required/includes/wizard_mailmerge.inc
index d6dbe9ae826c..45b8947eec38 100644
--- a/testautomation/framework/required/includes/wizard_mailmerge.inc
+++ b/testautomation/framework/required/includes/wizard_mailmerge.inc
@@ -60,36 +60,36 @@ testcase tUpdtWizardMailMerge
endif
Kontext "MailMergeWizard"
- brc = hClickNextButton()
+ hClickButton( NextButton )
hUpdtMMWPage2()
Kontext "MailMergeWizard"
- brc = hClickNextButton()
- hUpdtMMWpage3()
+ hClickButton( NextButton )
+ hUpdtMMWpage3()
Kontext "MailMergeWizard"
- brc = hClickNextButton()
+ hClickButton( NextButton )
hUpdtMMWPage4()
Kontext "MailMergeWizard"
- brc = hClickNextButton()
+ hClickButton( NextButton )
hUpdtMMWPage5()
Kontext "MailMergeWizard"
- brc = hClickNextButton()
+ hClickButton( NextButton )
hUpdtMMWPage6()
Kontext "MailMergeWizard"
- brc = hClickNextButton()
+ hClickButton( NextButton )
hUpdtMMWPage7()
Kontext "MailMergeWizard"
- brc = hClickNextButton()
+ hClickNextButton()
hUpdtMMWPage8()
printlog( "close the wizard" )
Kontext "MailMergeWizard"
- MailMergeWizard.cancel()
+ hCloseDialog( MailMergeWizard, "cancel" )
hRemoveDatabaseConnections()
hCloseDocument()