[AHK_Firefox_12.0]

Fix wrong comment in debug output.

svn path=/trunk/ahk_tests/; revision=1445
This commit is contained in:
Edijs Kolesnikovičs 2012-07-28 02:30:17 +00:00
parent d63460016b
commit 9590cd56cc

View File

@ -192,7 +192,7 @@ if bContinue
{
TestsFailed++
WinGetTitle, title, A
OutputDebug, %TestName%:%A_LineNumber%: Test failed: 'Mozilla Firefox Setup' window with 'Summary' failed to appear. Active window caption: '%title%'.`n
OutputDebug, %TestName%:%A_LineNumber%: Test failed: 'Mozilla Firefox Setup' window with 'Installing' failed to appear. Active window caption: '%title%'.`n
bContinue := false
}
}