[cxtest-cvs] Peter Nociar : Fixed install test for Quicken2k7

Jozef Stefanka jstefanka at codeweavers.com
Wed Mar 19 07:32:39 CDT 2008


Module: cxtest
Branch: master
Commit: f7c3b66aaf99815160214b26c97ed082f545e014
URL:    http://foghorn.codeweavers.com/git/cxtest/cxtest.git/?a=commit;h=f7c3b66aaf99815160214b26c97ed082f545e014

Author: Peter Nociar <peter.nociar at ifne.eu>
Date:   Wed Mar 19 13:24:48 2008 +0100

Fixed install test for Quicken2k7

Additional window appear in installation.

---

 packages/quicken2k7/install/quicken2k7.sh |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/packages/quicken2k7/install/quicken2k7.sh b/packages/quicken2k7/install/quicken2k7.sh
index 960f667..16a2414 100755
--- a/packages/quicken2k7/install/quicken2k7.sh
+++ b/packages/quicken2k7/install/quicken2k7.sh
@@ -66,6 +66,11 @@ send_click --winewindow button1 --position 56x13 \
 send_click --winewindow button1 --position 48x12 \
         --winclass "#32770" --wintitle "Quicken 2007 - Install Wizard"  \
         --ctrlclass "Button" --ctrlcaption "&Install" --ctrlid "1"
+#Quicken update. Its difficult to sinchronize this cause after Install button click, there is long
+#installation time and Quicken updte window doesn't have to show every time (changing on crossover version basis)
+send_click --winewindow button1 --position 46x13 \
+        --winclass "#32770" --wintitle "Quicken 2007 - Install Wizard"  \
+        --ctrlclass "Button" --ctrlcaption "&Next >" --ctrlid "1"
 send_click --winewindow button1 --position 46x12 \
         --winclass "#32770" --wintitle "Quicken 2007 - Install Wizard"  \
         --ctrlclass "Button" --ctrlcaption "&Done" --ctrlid "1"




More information about the cxtest-cvs mailing list