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
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
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
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
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
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
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