Michael Stefaniuc : dmstyle/tests: Remove skips wrongly copied from the dmime tests.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jul 2 07:18:08 CDT 2015


Module: wine
Branch: master
Commit: 396dd9d14136b25ff51f1f3c3a5b713788d92b79
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=396dd9d14136b25ff51f1f3c3a5b713788d92b79

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu Jul  2 12:00:34 2015 +0200

dmstyle/tests: Remove skips wrongly copied from the dmime tests.

---

 dlls/dmstyle/tests/dmstyle.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/dlls/dmstyle/tests/dmstyle.c b/dlls/dmstyle/tests/dmstyle.c
index 2677daa..404dad6 100644
--- a/dlls/dmstyle/tests/dmstyle.c
+++ b/dlls/dmstyle/tests/dmstyle.c
@@ -184,10 +184,6 @@ static void test_COM_track(void)
         /* Same refcount for all DirectMusicTrack interfaces */
         hr = CoCreateInstance(class[i].clsid, NULL, CLSCTX_INPROC_SERVER, &IID_IDirectMusicTrack8,
                 (void**)&dmt8);
-        if (hr == E_NOINTERFACE && !dmt8) {
-            skip("%s not created with CoCreateInstance()\n", class[i].name);
-            continue;
-        }
         ok(hr == S_OK, "%s create failed: %08x, expected S_OK\n", class[i].name, hr);
         refcount = IDirectMusicTrack8_AddRef(dmt8);
         ok(refcount == 2, "refcount == %u, expected 2\n", refcount);
@@ -267,10 +263,6 @@ static void test_track(void)
         trace("Testing %s\n", class[i].name);
         hr = CoCreateInstance(class[i].clsid, NULL, CLSCTX_INPROC_SERVER, &IID_IDirectMusicTrack8,
                 (void**)&dmt8);
-        if (hr == E_NOINTERFACE && !dmt8) {
-            skip("%s not created with CoCreateInstance()\n", class[i].name);
-            continue;
-        }
         ok(hr == S_OK, "%s create failed: %08x, expected S_OK\n", class[i].name, hr);
 
         /* IDirectMusicTrack8 */




More information about the wine-cvs mailing list