dsound: dsound8 tests patch

Robert Reif reif at earthlink.net
Mon Oct 25 18:22:10 CDT 2004


VerifyCertification not always implemented.
-------------- next part --------------
Index: dlls/dsound/tests/dsound8.c
===================================================================
RCS file: /home/wine/wine/dlls/dsound/tests/dsound8.c,v
retrieving revision 1.11
diff -u -r1.11 dsound8.c
--- dlls/dsound/tests/dsound8.c	25 Oct 2004 21:45:51 -0000	1.11
+++ dlls/dsound/tests/dsound8.c	25 Oct 2004 23:15:05 -0000
@@ -170,7 +170,7 @@
     }
 
     rc=IDirectSound8_VerifyCertification(dso, &certified);
-    ok(rc==DS_OK,"IDirectSound8_VerifyCertification() failed: %s\n",
+    ok(rc==DS_OK||rc==E_NOTIMPL,"IDirectSound8_VerifyCertification() failed: %s\n",
        DXGetErrorString8(rc));
 
     ref=IDirectSound8_Release(dso);


More information about the wine-patches mailing list