Commit aaf4e75a authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

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

parent a7aca059
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment