msxml3/tests: Add tests for sub-nodes whitespaces trimming while getting node text.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Piotr Caban 2015-11-18 12:55:38 +01:00 committed by Alexandre Julliard
parent 4386cac6ca
commit 80df8c03e2

View File

@ -4171,7 +4171,7 @@ static inline void _check_ws_ignored(int line, IXMLDOMDocument2* doc, char const
}
else
{
helper_expect_bstr_and_release(bstr, "This is a description.");
todo_wine helper_expect_bstr_and_release(bstr, "This is a description.");
}
IXMLDOMNode_Release(node1);