Commit Graph

40 Commits

Author SHA1 Message Date
Edijs Kolesnikovičs
493c0a3333 [AHK]
Fix a logic. Check if string is a substring of clipboard content. 

svn path=/trunk/ahk_tests/; revision=2112
2014-05-25 10:51:24 +00:00
Edijs Kolesnikovičs
2eda0ed53a [Notepad++_6.1.2]
Enter file name in 'Save As' AND check if entered the text correctly.
Works in clean snapshot of win2k3 SP1.

svn path=/trunk/ahk_tests/; revision=2059
2013-09-08 07:56:57 +00:00
Edijs Kolesnikovičs
99fb15fa07 [AHK_Notepad++_6.1.2]
Check if can continue before actually continuing. 
All tests succeeds in 2k3 SP1.

svn path=/trunk/ahk_tests/; revision=2035
2013-05-26 04:22:27 +00:00
Edijs Kolesnikovičs
89d81dfa82 [AHK_Notepad++_6.1.2]
6.new_document: check if can continue before actually continuing. Should save some time in case of failure.

svn path=/trunk/ahk_tests/; revision=2034
2013-05-25 15:16:59 +00:00
Edijs Kolesnikovičs
f85bc25906 [AHK_Notepad++_6.1.2]
6.new_document: wait for window to be active.

svn path=/trunk/ahk_tests/; revision=2033
2013-05-24 02:59:25 +00:00
Edijs Kolesnikovičs
ee1ac2d587 [AHK_Notepad++_6.1.2]
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
2013-05-19 15:12:02 +00:00
Edijs Kolesnikovičs
7839e6db6f [AHK_Notepad++_6.1.2]
Replace ControlGetText with accelerator Alt+N. Still succeeds in win2k3 SP1.

svn path=/trunk/ahk_tests/; revision=2029
2013-05-19 07:34:54 +00:00
Edijs Kolesnikovičs
ac3818de34 [AHK_Notepad++_6.1.2]
Add 6.new_document to test #CORE-6477.
Test succeeds in win2k3 SP1.

svn path=/trunk/ahk_tests/; revision=2028
2013-05-19 07:31:10 +00:00
Edijs Kolesnikovičs
f6c0f1b38f [AHK]
Control name is indeed 4th param required by ControlGet. Spotted by Thomas Faber.

svn path=/trunk/ahk_tests/; revision=1961
2013-02-10 12:24:14 +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
677e639745 [AHK]
We are not using Bugzilla anymore - update bug numbers to match Jira ones.

svn path=/trunk/ahk_tests/; revision=1942
2013-01-16 05:37:26 +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
85e5b8ae2b [AHK_Notepad++_6.1.2]
In case of failure, break the loop.

svn path=/trunk/ahk_tests/; revision=1851
2012-10-20 16:21:52 +00:00
Edijs Kolesnikovičs
c144837bf9 [AHK_Notepad++_6.1.2]
Remove £ char. Nobody likes it. 

svn path=/trunk/ahk_tests/; revision=1838
2012-10-12 16:13:16 +00:00
Edijs Kolesnikovičs
c598953ada [AHK_Notepad++_6.1.2]
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
2012-10-11 07:32:58 +00:00
Edijs Kolesnikovičs
460da306d3 [AHK_Notepad++_6.1.2]
Remove sleeps from prepare and add loop to SaveAsDesktop.
Tested and works in clean snapshot of win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1761
2012-09-28 05:36:10 +00:00
Edijs Kolesnikovičs
20d17c15f2 [AHK_Notepad++_6.1.2]
Add Sleep to prepare, because it is a must.
Use ControlSetText instead of ControlSend.
Tested and works.

svn path=/trunk/ahk_tests/; revision=1760
2012-09-27 16:23:46 +00:00
Edijs Kolesnikovičs
d04cdbcf6f [AHK]
Make sure explorer.exe process is started before continuing.

svn path=/trunk/ahk_tests/; revision=1746
2012-09-25 04:43:33 +00:00
Edijs Kolesnikovičs
8fbe6a2579 [AHK_Notepad++_6.1.2]
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
2012-09-23 17:18:29 +00:00
Edijs Kolesnikovičs
d925c412ad [AHK]
Add 'ProcessExe' to global list in 'RunApplication()'.

svn path=/trunk/ahk_tests/; revision=1621
2012-09-09 16:41:21 +00:00
Edijs Kolesnikovičs
ff68fa28ac [AHK_Notepad++_6.1.2]
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
2012-09-09 12:54:18 +00:00
Edijs Kolesnikovičs
b4a487b504 [AHK_Notepad++_6.1.2]
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
2012-08-30 20:48:42 +00:00
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