Nikolay Sivov : webservices/tests: Enable WsInitializeMessage() tests ( Coverity).

Alexandre Julliard julliard at winehq.org
Mon May 8 17:21:22 CDT 2017


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sun Apr 30 23:24:57 2017 +0300

webservices/tests: Enable WsInitializeMessage() tests (Coverity).

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/webservices/tests/msg.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/webservices/tests/msg.c b/dlls/webservices/tests/msg.c
index f6a6ba1..868ead5 100644
--- a/dlls/webservices/tests/msg.c
+++ b/dlls/webservices/tests/msg.c
@@ -165,7 +165,6 @@ static void test_WsInitializeMessage(void)
     WS_ADDRESSING_VERSION addr_version;
     BOOL addressed;
 
-    return;
     hr = WsInitializeMessage( NULL, WS_REQUEST_MESSAGE, NULL, NULL );
     ok( hr == E_INVALIDARG, "got %08x\n", hr );
 




More information about the wine-cvs mailing list