[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:
Sylvain Petreolle 2017-01-21 18:37:06 +00:00
parent dcaa13e5de
commit 03c0d17f76

View File

@ -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.")