msxml3: Fix the domdoc test failures.

This commit is contained in:
Reece H. Dunn 2008-02-04 22:01:00 +00:00 committed by Alexandre Julliard
parent dcf08f01ed
commit fb36abaee9

View File

@ -1721,6 +1721,7 @@ static void test_XPath(void)
ole_expect(IXMLDOMDocument_selectNodes(doc, _bstr_("root//foo:c"), &list), E_FAIL);
VariantClear(&var);
todo_wine ole_check(IXMLDOMDocument2_getProperty(doc, _bstr_("SelectionNamespaces"), &var));
todo_wine expect_eq(V_VT(&var), VT_BSTR, int, "%x");
if (V_VT(&var) == VT_BSTR)