[PATCH] Corrected message

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Fri Feb 8 04:40:39 CST 2008


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

diff --git a/dlls/msxml3/tests/xmldoc.c b/dlls/msxml3/tests/xmldoc.c
index 89c73cf..0d1c90a 100644
--- a/dlls/msxml3/tests/xmldoc.c
+++ b/dlls/msxml3/tests/xmldoc.c
@@ -270,7 +270,7 @@ static void test_createElement(void)
     V_I4(&vType) = -1;
     V_VT(&vName) = VT_NULL;
     hr = IXMLDocument_createElement(doc, vType, vName, &element);
-    ok(hr == E_NOTIMPL, "Expected S_OK, got %d\n", hr);
+    ok(hr == E_NOTIMPL, "Expected E_NOTIMPL, got %d\n", hr);
     ok(element == NULL, "Expected NULL element\n");
 
     if (element != NULL)
-- 
1.5.3.8


--------------050305010608080202040509--




More information about the wine-patches mailing list