mirror of
https://github.com/reactos/ahk_tests.git
synced 2025-02-25 23:25:33 +00:00
[AHK_GlideWrapZbag_0.84c]
Use TerminateDefaultBrowser() function to terminate default browser process. Tested and works fine in win2k3 sp2. svn path=/trunk/ahk_tests/; revision=1698
This commit is contained in:
parent
c5225d8931
commit
b629e73711
@ -197,11 +197,10 @@ if bContinue
|
||||
TestsFailed("'zeckensack's Glide wrapper 0.84c Setup: Completed (Completed)' window failed to close despite 'Close' button being clicked.")
|
||||
else
|
||||
{
|
||||
Sleep, 2500
|
||||
Process, close, iexplore.exe
|
||||
process, close, opera.exe
|
||||
process, close, firefox.exe
|
||||
TestsOK("'zeckensack's Glide wrapper 0.84c Setup: Completed (Completed)' window appeared, 'Close' button clicked and window closed. FIXME: terminate default browser process.")
|
||||
if not TerminateDefaultBrowser(20)
|
||||
TestsFailed("Either default browser process failed to appear of we failed to terminate it.")
|
||||
else
|
||||
TestsOK("'zeckensack's Glide wrapper 0.84c Setup: Completed (Completed)' window appeared, 'Close' button clicked and window closed.")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user