projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d01166
)
d3dxof/tests: Fix an ok() comment to match the tested value.
author
Michael Stefaniuc
<mstefani@redhat.de>
Mon, 30 May 2011 11:52:24 +0000
(13:52 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 30 May 2011 15:22:04 +0000
(17:22 +0200)
dlls/d3dxof/tests/d3dxof.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/d3dxof/tests/d3dxof.c
b/dlls/d3dxof/tests/d3dxof.c
index
39fa880
..
e8bda82
100644
(file)
--- 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);