d3dxof/tests: Make expected value in string and comparison match.

Dylan Smith dylan.ah.smith at gmail.com
Wed Apr 20 15:21:17 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 a3fc070..39fa880 100644
--- a/dlls/d3dxof/tests/d3dxof.c
+++ b/dlls/d3dxof/tests/d3dxof.c
@@ -155,7 +155,7 @@ static void test_refcount(void)
     ref = getRefcount( (IUnknown *) lpdxfeo);
     ok(ref == 1, "Got refcount %d, expected 1\n", ref);
     ref = getRefcount( (IUnknown *) lpdxfd);
-    ok(ref == 2, "Got refcount %d, expected 1\n", ref);
+    ok(ref == 2, "Got refcount %d, expected 2\n", ref);
 
     ref = IDirectXFileEnumObject_Release(lpdxfeo);
     ok(ref == 0, "Got refcount %d, expected 0\n", ref);
-- 
1.7.2.5



More information about the wine-patches mailing list