msxml3/tests: Add a '\n' to an ok() call.

This commit is contained in:
Francois Gouget 2011-03-30 16:40:31 +02:00 committed by Alexandre Julliard
parent 2bce427392
commit 7c676fbfd4
1 changed files with 1 additions and 1 deletions

View File

@ -7287,7 +7287,7 @@ static void test_nodeTypedValue(void)
if (entry->type == (VT_ARRAY|VT_UI1))
{
ok(!memcmp( V_BSTR(&value), entry->value, strlen(entry->value)),
"expected %s", entry->value);
"expected %s\n", entry->value);
}
else
ok(lstrcmpW( V_BSTR(&value), _bstr_(entry->value)) == 0,