dmime/tests: Rather test for IDirectMusicObject as invalid iface.

Michael Stefaniuc mstefani at redhat.de
Mon Jun 9 06:23:07 CDT 2014


---
 dlls/dmime/tests/performance.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dmime/tests/performance.c b/dlls/dmime/tests/performance.c
index 143eeed..de8b76e 100644
--- a/dlls/dmime/tests/performance.c
+++ b/dlls/dmime/tests/performance.c
@@ -216,7 +216,7 @@ static void test_COM(void)
 
     /* Invalid RIID */
     hr = CoCreateInstance(&CLSID_DirectMusicPerformance, NULL, CLSCTX_INPROC_SERVER,
-            &IID_IDirectSound, (void**)&dmp);
+            &IID_IDirectMusicObject, (void**)&dmp);
     ok(hr == E_NOINTERFACE,
             "DirectMusicPerformance create failed: %08x, expected E_NOINTERFACE\n", hr);
 
-- 
1.8.3.1



More information about the wine-patches mailing list