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

Alexandre Julliard julliard at winehq.org
Mon Nov 16 11:43:54 CST 2009


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Nov 14 15:55:59 2009 +0100

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

---

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

diff --git a/dlls/rsaenh/tests/rsaenh.c b/dlls/rsaenh/tests/rsaenh.c
index e59ad95..4d57b25 100644
--- a/dlls/rsaenh/tests/rsaenh.c
+++ b/dlls/rsaenh/tests/rsaenh.c
@@ -2085,7 +2085,7 @@ static void test_rsa_round_trip(void)
     if (result)
     {
         ok(dataLen == sizeof(test_string), "unexpected size %d\n", dataLen);
-        ok(!memcmp(data, test_string, sizeof(test_string)), "unexpected value");
+        ok(!memcmp(data, test_string, sizeof(test_string)), "unexpected value\n");
     }
     CryptReleaseContext(prov, 0);
 




More information about the wine-cvs mailing list