[PATCH] ddrawex/tests: Fix a typo in ok()

Detlef Riekenberg wine.dev at web.de
Fri Jan 16 10:24:07 CST 2009


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

diff --git a/dlls/ddrawex/tests/ddrawex.c b/dlls/ddrawex/tests/ddrawex.c
index 848c149..608a19c 100644
--- a/dlls/ddrawex/tests/ddrawex.c
+++ b/dlls/ddrawex/tests/ddrawex.c
@@ -61,7 +61,7 @@ static void RefCountTest(void)
     ok(ref == 2, "After AddRef the refcount is %u, expected 2\n", ref);
     IDirectDraw_Release(dd1);
     ref = get_ref((IUnknown *) dd1);
-    ok(ref == 1, "After Release the refcount is %u, expected 2\n", ref);
+    ok(ref == 1, "After Release the refcount is %u, expected 1\n", ref);
 
     IDirectDraw_QueryInterface(dd1, &IID_IDirectDraw2, (void **) &dd2);
     ref = get_ref((IUnknown *) dd2);
-- 
1.5.4.3


--=-yM1KBEGDTsD2HnTiFTh/--




More information about the wine-patches mailing list