mshtml/tests: Fix text in ok().

This commit is contained in:
Detlef Riekenberg 2009-02-25 22:59:00 +01:00 committed by Alexandre Julliard
parent c823c9ebae
commit 785863ef8a
1 changed files with 1 additions and 1 deletions

View File

@ -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 };