19 Commits

Author SHA1 Message Date
Edijs Kolesnikovičs
4b3b1bbe29 [AHK_WinRAR_3.80]
4.drag_and_drop: Despite WinRAR window size being the same in 2k3 and ROS, window content is renderend differently (font size differences?), so, can not access file by hardocding coordinates. Resize WinRAR window so it is rendered pretty much the same in both OS. Now file can be accessed by coordinates. But before start dragging, copy file to clipboard to make sure coordinates are OK.

svn path=/trunk/ahk_tests/; revision=2084
2014-01-09 15:57:46 +00:00
Edijs Kolesnikovičs
6c2216c974 [AHK_WinRAR_3.80]
4.drag_and_drop: do nothing if previous things failed.

svn path=/trunk/ahk_tests/; revision=2083
2014-01-07 17:11:00 +00:00
Edijs Kolesnikovičs
8ce9bccc6e [AHK_WinRAR_3.80]
Add 4.drag_and_drop test to check if can drag&drop text file from WinRAR to shell (#CORE-3760).

svn path=/trunk/ahk_tests/; revision=2082
2014-01-06 08:26:32 +00:00
Edijs Kolesnikovičs
1d06520d0e [WinRAR_3.80]
3.add_archive: add checks for addressbar problems.
Test succeeds in clean Win2k3 SP1.

svn path=/trunk/ahk_tests/; revision=2052
2013-09-03 09:47:10 +00:00
Edijs Kolesnikovičs
4124a9aad9 [AHK_WinRAR_3.80]
Add 3.add_archive to check if can create new *.rar archive.
Test succeeds in both WinXP SP3 and win2k3 SP1.

svn path=/trunk/ahk_tests/; revision=1991
2013-03-31 06:19:12 +00:00
Edijs Kolesnikovičs
45b3c059f3 [AHK]
Use helper function to terminate process.

svn path=/trunk/ahk_tests/; revision=1975
2013-03-13 17:32:36 +00:00
Edijs Kolesnikovičs
e99693a68a [AHK_WinRAR_3.80]
Remove 'We failed somewhere in prepare.ahk'. RunApplication() will tell us.

svn path=/trunk/ahk_tests/; revision=1959
2013-02-09 11:14:29 +00:00
Edijs Kolesnikovičs
ac8d64773c [AHK]
prepare: Since we have separate files, we can't get correct line numbers, so, use function name (if any) in debug logs to help to identify what is where.

svn path=/trunk/ahk_tests/; revision=1957
2013-02-08 18:30:22 +00:00
Edijs Kolesnikovičs
18c85dd208 [AHK]
prepare: Check if string that came from registry is not empty. If so, it means either application installation failed or we failed to read registry.

svn path=/trunk/ahk_tests/; revision=1956
2013-02-08 17:47:48 +00:00
Edijs Kolesnikovičs
313ba11941 [AHK]
Do not execute anything when '--list' parameter passed.

svn path=/trunk/ahk_tests/; revision=1939
2013-01-06 06:17:29 +00:00
Edijs Kolesnikovičs
c0ac9ac1b1 [AHK]
Do not use hardcoded value to print window title match mode in log, use built in function.

svn path=/trunk/ahk_tests/; revision=1858
2012-10-27 13:12:05 +00:00
Edijs Kolesnikovičs
27508e71c5 [AHK_WinRAR_3.80]
Improve uninstall process, provide more information, add some more checks, remove hardcoded sleep calls, reduce waiting time.
Both tests works fine in clean snapshot of win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1740
2012-09-24 13:01:05 +00:00
Edijs Kolesnikovičs
f2488592c7 [AHK_WinRAR_3.80]
Match new design, add few more checks.
Both tests works fine in clean snapshot of win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1650
2012-09-12 11:33:39 +00:00
Edijs Kolesnikovičs
1d5238ad6a [AHK_WinRAR_3.80]
Make old script compatible with new TestsOK("")/TestsFailed("") helper functions.
Make use of bContinue.
Both tests tested and works fine win win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1578
2012-08-27 15:24:39 +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
855bb8c4a0 [AHK_WinRAR_3.80]
Add prepare.ahk and test to extract password protected RAR archive to desktop then close WinRAR.
Tested and works fine in WInXP SP3.

svn path=/trunk/ahk_tests/; revision=1506
2012-08-16 12:37:43 +00:00
Edijs Kolesnikovičs
ed80daa18f [AHK_WinRAR_3.80]
Add install test. Tested and works in WinXP SP3.

svn path=/trunk/ahk_tests/; revision=1469
2012-08-02 10:22:36 +00:00