Commit Graph

17 Commits

Author SHA1 Message Date
Edijs Kolesnikovičs
3efaf2b520 [AHK_Notepad++_6.1.2]
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
2012-08-26 13:36:52 +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
f9ce05040c [AHK_Notepad++_6.1.2]
Return correct number of results. (remove additional TestsOK++)

svn path=/trunk/ahk_tests/; revision=1529
2012-08-23 12:32:54 +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
fc859a108f [AHK]
Terminate SetupExe and ModuleExe processes. It will close windows of failed tests as noticed with TuxPaint.

svn path=/trunk/ahk_tests/; revision=1451
2012-07-29 14:50:59 +00:00
Edijs Kolesnikovičs
f5be0a647d [AHK_Notepad++_6.1.2]
Fix copy-paste which definitely prevents Notepad++ from installing.

svn path=/trunk/ahk_tests/; revision=1433
2012-07-25 20:05:02 +00:00
Edijs Kolesnikovičs
0a72fe79b8 Replace commented out text with correct text for ControlClick. Fixes installation test.
svn path=/trunk/ahk_tests/; revision=1418
2012-06-21 08:03:40 +00:00
Olaf Siejka
041cab1a3c [Notepad++]
- 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
2012-06-05 14:09:33 +00:00
Sylvain Petreolle
78dffb7026 [Notepad++]
Test names must match in output and --list.

svn path=/trunk/ahk_tests/; revision=1412
2012-06-05 13:48:02 +00:00
Sylvain Petreolle
550fab1fd0 [Notepad++]
One whitespace is too much.

svn path=/trunk/ahk_tests/; revision=1411
2012-06-05 11:14:31 +00:00
Olaf Siejka
84d11c7d4b [Notepad++]
- Another fix attempt: reformat test failures and summary to winetest standard;

svn path=/trunk/ahk_tests/; revision=1410
2012-06-05 09:36:07 +00:00
Olaf Siejka
7d81c01b4b [Notepad++]
- Try to fix result uploading by removing + and _ from displayed test name

svn path=/trunk/ahk_tests/; revision=1409
2012-06-05 08:53:27 +00:00
Olaf Siejka
66daac54d6 [Notepad++]
- 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
2012-06-03 14:21:35 +00:00
Edijs Kolesnikovičs
c50312223c Renamed SaveAs_Desktop to meet test name;
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
2012-05-21 07:03:37 +00:00
Edijs Kolesnikovičs
b0c6ead98e Helper Functions: Add function to calculate lines in text file;
Notepad++: implement RunNotepad(PathToFile); Added 'DUMMY.ahk' for new tests; Added 'OpenDocument' test.
Tested all tests from --list on XP: everything works, debug output looks nice.

svn path=/trunk/ahk_tests/; revision=1403
2012-05-20 20:14:39 +00:00
Amine Khaldi
e288269d5d [AHK_TESTS]
* Fix the inclusion of helper functions.

svn path=/trunk/ahk_tests/; revision=1402
2012-05-20 12:18:12 +00:00
Amine Khaldi
197ee2b3ca [AHK_TESTS]
* Add the Notepad++ 6.1.2 tests. By Edijs Kolesnikovics.

svn path=/trunk/ahk_tests/; revision=1401
2012-05-20 12:15:42 +00:00