d3dxof/tests: Fix and ok() comment to match the tested value.

Michael Stefaniuc mstefani at redhat.de
Mon May 30 06:52:24 CDT 2011


---
 dlls/d3dxof/tests/d3dxof.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dxof/tests/d3dxof.c b/dlls/d3dxof/tests/d3dxof.c
index 39fa880..e8bda82 100644
--- a/dlls/d3dxof/tests/d3dxof.c
+++ b/dlls/d3dxof/tests/d3dxof.c
@@ -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);
 
-- 
1.7.4.4



More information about the wine-patches mailing list