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

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Nikolay Sivov 2017-04-30 23:24:57 +03:00 committed by Alexandre Julliard
parent a7aca059f2
commit aaf4e75a62
1 changed files with 0 additions and 1 deletions

View File

@ -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 );