Commit Graph

28 Commits

Author SHA1 Message Date
Edijs Kolesnikovičs
f6d7d81204 [AHK_IrfanView_4.23]
Remove useless new line.

svn path=/trunk/ahk_tests/; revision=1755
2012-09-26 11:36:23 +00:00
Edijs Kolesnikovičs
c9bf168ef8 [AHK_IrfanView_4.23]
Use helper function to return executable path.
Tested and works.

svn path=/trunk/ahk_tests/; revision=1726
2012-09-22 17:03:58 +00:00
Edijs Kolesnikovičs
c6727a39ad [AHK_IrfanView_4.23]
Turn off default AHK function.
Now we will have more info what is going on.
Tested and works in win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1724
2012-09-22 07:37:49 +00:00
Edijs Kolesnikovičs
b93a40d596 [AHK_IrfanView_4.23]
Another 'CRASH' fix.

svn path=/trunk/ahk_tests/; revision=1713
2012-09-21 04:27:15 +00:00
Edijs Kolesnikovičs
f35975d215 [AHK_IrfanView_4.23]
Remove all hardcoded sleeps, reduce waiting time. 
Now installation process succeeds in less than 3secs and it used to be 20-25secs.
Tested and works fine in clean snapshot of win2k3 sp2 on 5400RPM HDD.

svn path=/trunk/ahk_tests/; revision=1708
2012-09-20 17:18:36 +00:00
Edijs Kolesnikovičs
c06f62a699 [AHK_IrfanView_4.23]
Remove hardcoded sleep calls when uninstalling application.
if it works for me on 5400RPM HDD on win2k3 sp2 then it should work on ReactOS OCZ Sata3 SSD.

svn path=/trunk/ahk_tests/; revision=1707
2012-09-20 16:29:19 +00:00
Edijs Kolesnikovičs
35ce5e87b2 [AHK_IrfanView_4.23]
Provide more information on how we remove older versions.
Tested and works fine in win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1704
2012-09-19 15:25:33 +00:00
Edijs Kolesnikovičs
9f7fc798a6 [AHK_IrfanView_4.23]
Don't wait for first setup window to close.
Use TerminateDefaultBrowser() function to terminate default browser process.
Tested and works fine in win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1696
2012-09-18 06:23:49 +00:00
Edijs Kolesnikovičs
9975473603 [AHK_IrfanView_4.23]
Improve debug message.

svn path=/trunk/ahk_tests/; revision=1692
2012-09-18 05:18:30 +00:00
Edijs Kolesnikovičs
31540220fe [AHK_IrfanView_4.23]
Remove 'Sleep'. We already wait until process appears (hoping it will not).

svn path=/trunk/ahk_tests/; revision=1679
2012-09-16 17:28:35 +00:00
Edijs Kolesnikovičs
e221f0f955 [AHK_IrfanView_4.23]
Remove quotes (just in case). If there is none, it will not effect the string.

svn path=/trunk/ahk_tests/; revision=1678
2012-09-16 17:24:06 +00:00
Edijs Kolesnikovičs
8c21513904 [AHK_IrfanView_Plugins_4.33]
Add install test.
The test works fine in clean snapshot of win2k3 sp2 with IrfanView installed/not.

svn path=/trunk/ahk_tests/; revision=1677
2012-09-16 16:46:54 +00:00
Edijs Kolesnikovičs
271a0cf278 [AHK_IrfanView_4.23]
Use bContinue in RunApplication() aswell.

svn path=/trunk/ahk_tests/; revision=1659
2012-09-12 17:21:19 +00:00
Edijs Kolesnikovičs
6aff5567e8 [AHK_IrfanView_4.23]
Assign value to bHardcoded before other checks.

svn path=/trunk/ahk_tests/; revision=1657
2012-09-12 15:15:43 +00:00
Edijs Kolesnikovičs
557132551c [AHK_IrfanView_4.23]
Improve debug log text.

svn path=/trunk/ahk_tests/; revision=1656
2012-09-12 13:06:43 +00:00
Edijs Kolesnikovičs
752740ef87 [AHK_IrfanView_4.23]
Always make sure the very first window we had to do something in is closed when it should be.

svn path=/trunk/ahk_tests/; revision=1646
2012-09-11 09:13:35 +00:00
Edijs Kolesnikovičs
45f0c88246 [AHK_IrfanView_4.23]
Fail if unable to read data from registry (do not hardcode app path);
There is no point of continuing testing if failed to read registry, so, use bContinue.

svn path=/trunk/ahk_tests/; revision=1634
2012-09-10 19:23:45 +00:00
Edijs Kolesnikovičs
ee996a20b2 [AHK_IrfanView4.23]
Improve debug log message.

svn path=/trunk/ahk_tests/; revision=1632
2012-09-10 16:50:49 +00:00
Edijs Kolesnikovičs
79f4adacfb [AHK_IrfanView_4.23]
Do not hardcode process name in 'install_test'.
Provide clear debug info in 'prepare' as I use those as template.

svn path=/trunk/ahk_tests/; revision=1623
2012-09-09 17:46:03 +00:00
Edijs Kolesnikovičs
8bf9495712 [AHK_IrfanView_4.23]
Match new design, add few more checks (tests).
Both tests works fine in win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1612
2012-09-08 05:18:27 +00:00
Edijs Kolesnikovičs
fd24274177 [AHK_IrfanView_4.23]
Add 'mfc42.dll' and setup window closing checks;
Inverse logic;
Fix testman reporting 'CANCELED'.
Tested both tests and works on win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1587
2012-08-30 19:28:35 +00:00
Edijs Kolesnikovičs
0ff43cefd9 [AHK_IrfanView_4.23]
Add bContinue to global list.
Both tests tested and works fine in win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1580
2012-08-27 16:43:58 +00:00
Edijs Kolesnikovičs
e9f829fe09 [AHK_IrfanView_4.23]
Make old script compatible with new helper functions.
Make use of bContinue.

svn path=/trunk/ahk_tests/; revision=1561
2012-08-26 11:18:58 +00:00
Edijs Kolesnikovičs
06a5155ec4 [AHK]
Add test names to 'params' list.

svn path=/trunk/ahk_tests/; revision=1557
2012-08-26 09:07:58 +00:00
Edijs Kolesnikovičs
3571af213c [AHK]
Put new line in debug log if bad number of results returned.

svn path=/trunk/ahk_tests/; revision=1530
2012-08-23 12:35:24 +00:00
Edijs Kolesnikovičs
e958a245a4 [AHK]
Replace "OutputDebug, Bad parameters!`r`n" with "OutputDebug, Bad parameters: '%1%'!`r`n" so we know what we typed as parameter.

svn path=/trunk/ahk_tests/; revision=1509
2012-08-16 16:09:02 +00:00
Edijs Kolesnikovičs
9c9887616c [AHK_IrfanView_4.23]
Add prepare.ahk and test to open image file (bug 7089).

svn path=/trunk/ahk_tests/; revision=1501
2012-08-15 15:11:30 +00:00
Edijs Kolesnikovičs
cfc0a98e6e [AHK_IrfanView_4.23]
Add install test. Installer gives one to WinXP and one to win2k3. Tested and works on both.

svn path=/trunk/ahk_tests/; revision=1479
2012-08-02 18:11:00 +00:00