summaryrefslogtreecommitdiff
path: root/testautomation/global/required
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2009-03-14 18:31:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2009-03-14 18:31:42 +0000
commitf2c0816e2ce3b97ffe37660b9d5850483f4ed238 (patch)
tree0c3172618f79de6289a48ea69f8528eb3f36b6bf /testautomation/global/required
parent99bb633e382e83f47f3e30a7c93705118880da06 (diff)
CWS-TOOLING: integrate CWS automation002
2009-03-10 20:21:24 +0100 jsk r269293 : #i100106# 2009-03-10 19:23:22 +0100 jsk r269292 : #i99871# 2009-03-10 19:19:16 +0100 jsk r269291 : #i99871# 2009-03-10 19:17:24 +0100 jsk r269290 : #i99715# 2009-03-10 19:15:45 +0100 jsk r269289 : #i99649#
Diffstat (limited to 'testautomation/global/required')
-rw-r--r--testautomation/global/required/includes/g_customize.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/global/required/includes/g_customize.inc b/testautomation/global/required/includes/g_customize.inc
index 848fb03713a4..29b6dec58c61 100644
--- a/testautomation/global/required/includes/g_customize.inc
+++ b/testautomation/global/required/includes/g_customize.inc
@@ -147,7 +147,7 @@ testcase tToolsCustomize
if Messagebox.exists (5) then
if Messagebox.GetRT = 304 then
printlog "Messagebox: Menu configuration will be reset...: '"+Messagebox.getText+"'"
- call dialogtest2(Messagebox, 50)
+ call DialogTest(Messagebox, 50)
Messagebox.yes
endif
endif
@@ -244,7 +244,7 @@ testcase tToolsCustomize
if Messagebox.exists (5) then
if Messagebox.GetRT = 304 then
printlog "Messagebox: Menu configuration will be reset...: '"+Messagebox.getText+"'"
- call dialogtest2(Messagebox, 50)
+ call DialogTest(Messagebox, 50)
Messagebox.no
endif
endif
@@ -260,7 +260,7 @@ testcase tToolsCustomize
if Messagebox.exists (5) then
if Messagebox.GetRT = 304 then
printlog "Messagebox: Toolbar configuration will be reset...: '"+Messagebox.getText+"'"
- call dialogtest2(Messagebox, 50)
+ call DialogTest(Messagebox, 50)
Messagebox.no
endif
endif