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

Alexandre Julliard julliard at winehq.org
Wed Mar 30 13:15:42 CDT 2011


Module: wine
Branch: master
Commit: 7c676fbfd4759169eedb8200094b5f6ddeeb8565
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7c676fbfd4759169eedb8200094b5f6ddeeb8565

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Mar 30 16:40:31 2011 +0200

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

---

 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 29c20bf..650f3d5 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,




More information about the wine-cvs mailing list