msxml3/tests: Avoid an unneeded lstrlenW() call.
commita245084ae840ab625671a6b70e2ea8b0ac3e0a3f
authorFrancois Gouget <fgouget@free.fr>
Tue, 10 Dec 2019 08:22:36 +0000 (10 09:22 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 10 Dec 2019 21:15:05 +0000 (10 22:15 +0100)
tree2425141150f9e358e342408524c5280540d55f4c
parent1ee1f3d6e1b425e1cd284d1aa56529fa8ab9cfdc
msxml3/tests: Avoid an unneeded lstrlenW() call.

This being a test we have to assume IXMLElement_get_text() could return
a NULL string.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msxml3/tests/xmldoc.c