Detlef Riekenberg : mshtml/tests: Fix text in ok().

Alexandre Julliard julliard at winehq.org
Thu Feb 26 09:04:52 CST 2009


Module: wine
Branch: master
Commit: 785863ef8a582e3dfb46d007ba05062219946220
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=785863ef8a582e3dfb46d007ba05062219946220

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Wed Feb 25 22:59:00 2009 +0100

mshtml/tests: Fix text in ok().

---

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

diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c
index b9cc872..c39f79f 100644
--- a/dlls/mshtml/tests/dom.c
+++ b/dlls/mshtml/tests/dom.c
@@ -4142,8 +4142,8 @@ static void test_elems(IHTMLDocument2 *doc)
 
     str = a2bstr("img");
     hres = IHTMLDocument3_getElementsByTagName(doc3, str, &col);
+    ok(hres == S_OK, "getElementsByTagName(%s) failed: %08x\n", dbgstr_w(str), hres);
     SysFreeString(str);
-    ok(hres == S_OK, "getElementByTag(%s) failed: %08x\n", dbgstr_w(ifrW), hres);
     if(hres == S_OK)
     {
         static const elem_type_t img_types[] = { ET_IMG };




More information about the wine-cvs mailing list