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

Alexandre Julliard julliard at winehq.org
Fri Jun 1 18:19:54 CDT 2018


Module: wine
Branch: master
Commit: 50ca2aa786545375fceee62a92de5380927f58ad
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=50ca2aa786545375fceee62a92de5380927f58ad

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Jun  1 11:12:38 2018 +0200

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wsdapi/tests/discovery.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wsdapi/tests/discovery.c b/dlls/wsdapi/tests/discovery.c
index cfdd41f..96c2ead 100644
--- a/dlls/wsdapi/tests/discovery.c
+++ b/dlls/wsdapi/tests/discovery.c
@@ -540,7 +540,7 @@ static HRESULT WINAPI IWSDiscoveryPublisherNotifyImpl_ProbeHandler(IWSDiscoveryP
         ok(pSoap->Header.Action != NULL && lstrcmpW(pSoap->Header.Action, actionProbe) == 0,
             "pSoap->Header.Action == '%s'\n", wine_dbgstr_w(pSoap->Header.Action));
 
-        ok(pSoap->Header.MessageID != NULL, "pSoap->Header.MessageID == NULL");
+        ok(pSoap->Header.MessageID != NULL, "pSoap->Header.MessageID == NULL\n");
 
         /* Ensure the message ID is at least 9 characters long (to skip past the 'urn:uuid:' prefix) */
         if ((pSoap->Header.MessageID != NULL) && (lstrlenW(pSoap->Header.MessageID) > 9))




More information about the wine-cvs mailing list