[AHK_Fox_Audio_Player_0.9.1]

Fix path of the logon sound.
By Jared Smuude.


svn path=/trunk/ahk_tests/; revision=2296
This commit is contained in:
Sylvain Petreolle 2016-10-16 10:43:00 +00:00
parent 835f523606
commit 4a41f133e0

View File

@ -18,7 +18,7 @@
*/
TestName = 2.play_wav
szDocument = %A_WorkingDir%\Media\ReactOS_LogOn.wav ; Case insensitive
szDocument = %A_WinDir%\Media\ReactOS_LogOn.wav ; Case insensitive
; Test if can play wav and exit application
TestsTotal++