d3dxof/tests: Fix an ok() comment to match the tested value.
authorMichael Stefaniuc <mstefani@redhat.de>
Mon, 30 May 2011 11:52:24 +0000 (13:52 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 30 May 2011 15:22:04 +0000 (17:22 +0200)
dlls/d3dxof/tests/d3dxof.c

index 39fa880..e8bda82 100644 (file)
@@ -123,7 +123,7 @@ static void test_refcount(void)
     ref = getRefcount( (IUnknown *) lpDirectXFile);
     ok(ref == 1, "Got refcount %d, expected 1\n", ref);
     ref = IDirectXFile_AddRef(lpDirectXFile);
-    ok(ref == 2, "Got refcount %d, expected 1\n", ref);
+    ok(ref == 2, "Got refcount %d, expected 2\n", ref);
     ref = IDirectXFile_Release(lpDirectXFile);
     ok(ref == 1, "Got refcount %d, expected 1\n", ref);