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

Francois Gouget fgouget at free.fr
Wed Mar 30 09:40:31 CDT 2011


---
 dlls/msxml3/tests/domdoc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c
index 5067c67..fb9f3df 100644
--- a/dlls/msxml3/tests/domdoc.c
+++ b/dlls/msxml3/tests/domdoc.c
@@ -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,
-- 
1.7.4.1




More information about the wine-patches mailing list