Francois Gouget : rpcrt4/tests: Add a trailing '\n' to ok() calls.

Alexandre Julliard julliard at winehq.org
Wed Jan 14 09:03:42 CST 2009


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Jan 14 14:15:26 2009 +0100

rpcrt4/tests: Add a trailing '\n' to ok() calls.

---

 dlls/rpcrt4/tests/server.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/rpcrt4/tests/server.c b/dlls/rpcrt4/tests/server.c
index ce487ee..9f39f01 100644
--- a/dlls/rpcrt4/tests/server.c
+++ b/dlls/rpcrt4/tests/server.c
@@ -1152,10 +1152,10 @@ array_tests(void)
   ok(sum_conf_array(&c[7], 1) == 7, "RPC sum_conf_array\n");
   ok(sum_conf_array(&c[2], 0) == 0, "RPC sum_conf_array\n");
 
-  ok(sum_conf_ptr_by_conf_ptr(1, c2, c) == 45, "RPC sum_conf_ptr_by_conf_ptr");
-  ok(sum_conf_ptr_by_conf_ptr(3, c2, c) == 345, "RPC sum_conf_ptr_by_conf_ptr");
+  ok(sum_conf_ptr_by_conf_ptr(1, c2, c) == 45, "RPC sum_conf_ptr_by_conf_ptr\n");
+  ok(sum_conf_ptr_by_conf_ptr(3, c2, c) == 345, "RPC sum_conf_ptr_by_conf_ptr\n");
   c2[0] = 0;
-  ok(sum_conf_ptr_by_conf_ptr(3, c2, c) == 300, "RPC sum_conf_ptr_by_conf_ptr");
+  ok(sum_conf_ptr_by_conf_ptr(3, c2, c) == 300, "RPC sum_conf_ptr_by_conf_ptr\n");
 
   ok(sum_unique_conf_array(ca, 4) == -2, "RPC sum_unique_conf_array\n");
   ok(sum_unique_conf_ptr(ca, 5) == 3, "RPC sum_unique_conf_array\n");




More information about the wine-cvs mailing list