[PATCH] webservices/tests: Enable WsInitializeMessage() tests (Coverity)

Nikolay Sivov nsivov at codeweavers.com
Sun Apr 30 15:24:57 CDT 2017


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 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 f6a6ba150c..868ead5a20 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 );
 
-- 
2.11.0




More information about the wine-patches mailing list