msxml3: Fix the domdoc test failures.
This commit is contained in:
parent
dcf08f01ed
commit
fb36abaee9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user