Reece H. Dunn : msxml3: Fix the domdoc test failures.
Module: wine Branch: master Commit: fb36abaee930f8a82fa0c9f7da9b9a523459766a URL: http://source.winehq.org/git/wine.git/?a=commit;h=fb36abaee930f8a82fa0c9f7da... Author: Reece H. Dunn <msclrhd(a)hotmail.com> Date: Mon Feb 4 22:01:00 2008 +0000 msxml3: Fix the domdoc test failures. --- dlls/msxml3/tests/domdoc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c index 6f4f7f2..cbc7c6b 100644 --- a/dlls/msxml3/tests/domdoc.c +++ b/dlls/msxml3/tests/domdoc.c @@ -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)
participants (1)
-
Alexandre Julliard