winmm/tests: Add MCI waveaudio tests.

Alexandre Julliard julliard at winehq.org
Wed Nov 4 09:47:08 CST 2009


<Joerg-Cyril.Hoehle at 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 at winehq.org



More information about the wine-devel mailing list