1.install_test: Waiting for 'explorer.exe' process appearing isn't enough. Wait for 'Program Manager' window to be active and then continue.
Test succeeds in win2k3 SP1.
svn path=/trunk/ahk_tests/; revision=2030
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
Add a test to check if AHK SendInput can send characters (0-9, a-z, etc).
Tested and works fine in win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1833
Improve uninstall process, reduce waiting time, remove sleeps, provide more information, add some comments.
Tested and works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1732
Match new design, add few more checks.
[Ctrl-F.FindDialog] separate the tests.
Changed tests tested and works fine in win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1619
Reverse logic;
Disable application update notification and cleanup scripts a bit.
Tested all tests and works fine in win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1588
Make old script compatible with new helper functions.
Improve install test.
install test tested and works fine in win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1568
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
- Tests must have consistent naming (by Sylvain Petreolle);
- Add numerals for sorting tests in proper order;
- Rename FindDialog filename to match test name;
- Formating and unification;
svn path=/trunk/ahk_tests/; revision=1413
- Fix for '--list' parameter by Sylvain Petreolle;
- Remove duplicated SaveAs_Desktop.ahk;
- Fix incorrect logic, causing all tests to skip if no previous notepad++ installation was found;
- Use ControlSend instead of ControlFocus (see bug no. 7098);
svn path=/trunk/ahk_tests/; revision=1408
variables such as TestsTotal, TestsOK in functions needs to be set as global
Test if tests are OKAY and output to debug log if they are not ('Tests..++' variables)
Output debug line if Notepad++ failed to start normally
Install test: delete Notepad++ program files (if any) before installing
Add test for bug #6734
svn path=/trunk/ahk_tests/; revision=1404