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

Alexandre Julliard julliard at winehq.org
Mon Dec 29 08:47:30 CST 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Dec 28 10:37:09 2008 +0100

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

---

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

diff --git a/dlls/advapi32/tests/cred.c b/dlls/advapi32/tests/cred.c
index 30f505a..e23f872 100644
--- a/dlls/advapi32/tests/cred.c
+++ b/dlls/advapi32/tests/cred.c
@@ -156,9 +156,9 @@ static void test_CredReadDomainCredentialsA(void)
      * does not check for NULL output pointers and try to zero them out early */
 #if 0
     ok(!pCredReadDomainCredentialsA(&info, 0, NULL, &creds) &&
-            GetLastError() == ERROR_INVALID_PARAMETER, "!");
+            GetLastError() == ERROR_INVALID_PARAMETER, "!\n");
     ok(!pCredReadDomainCredentialsA(&info, 0, &count, NULL) &&
-            GetLastError() == ERROR_INVALID_PARAMETER, "!");
+            GetLastError() == ERROR_INVALID_PARAMETER, "!\n");
 #endif
 
     SetLastError(0xdeadbeef);




More information about the wine-cvs mailing list