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