[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: msxml3/tests: add additional conformance tests that show incorrect xpath behavior in wine
From:       Nikolay Sivov <bunglehead () gmail ! com>
Date:       2013-06-29 8:48:25
Message-ID: 51CE9F59.2040507 () gmail ! com
[Download RAW message or body]

On 6/27/2013 11:46, John Chadwick wrote:

> +    /* msxml's selectNodes returns a document ordered nodelist, regardless of
> +     * whether or not the xpath nodelist was document ordered... */
> +    ole_check(IXMLDOMNode_selectNodes(rootNode,_bstr_("ancestor-or-self::node()"), &list));
> +    todo_expect_list_and_release(list, "D1 E2.D1");
Please use explicit check for return value, like ok(hr == S_OK, "...");, 
also you probably don't need another macro for list checking,
isn't it enough to wrap expect_list_and_release() in todo_wine {} ?



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic