Re: winmm/tests: Add MCI waveaudio tests.
4 Nov
2009
4 Nov
'09
3:47 p.m.
<Joerg-Cyril.Hoehle(a)t-systems.com> writes:
+START_TEST(mci) +{ + HWND hwnd; + hwnd = CreateWindowExA(0, "static", "winmm test", WS_POPUP, 0,0,100,100, + 0, 0, 0, NULL); + test_openCloseWAVE(hwnd); + test_recordWAVE(hwnd); + test_playWAVE(hwnd); + test_asyncWAVE(hwnd); + test_AutoOpenWAVE(hwnd); + if(1) DeleteFile("tempfile.wav");
This fails to delete the file, probably because it's still open somewhere. -- Alexandre Julliard julliard(a)winehq.org
5883
Age (days ago)
5883
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard