mirror of
https://github.com/reactos/ahk_tests.git
synced 2024-11-26 21:10:40 +00:00
[AHK_Foxit_Reader_2.1.2023]
Fix race condition in the install test, from r1759. svn path=/trunk/ahk_tests/; revision=2327
This commit is contained in:
parent
dcaa13e5de
commit
03c0d17f76
@ -211,6 +211,7 @@ if bContinue
|
||||
TestsFailed("Unable to uncheck 'Run Foxit Reader' checkbox in 'Foxit Reader Install Wizard (Setup has successfully installed)' window.")
|
||||
else
|
||||
{
|
||||
Sleep,500
|
||||
ControlGet, bChecked, Checked,, Button2
|
||||
if bChecked = 1
|
||||
TestsFailed("'Run Foxit Reader' checkbox in 'Foxit Reader Install Wizard (Setup has successfully installed)' window reported as unchecked, but further inspection proves that it was still checked.")
|
||||
|
Loading…
Reference in New Issue
Block a user