Skip to content
Snippets Groups Projects
Commit cd51d513 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard
Browse files

wbemprox/tests: Mark a test result as broken.

parent 300b2311
No related branches found
No related tags found
No related merge requests found
......@@ -583,7 +583,7 @@ static void test_notification_query_async( IWbemServices *services )
prev_sink_refs = sink_refs;
hr = IWbemServices_ExecNotificationQueryAsync( services, wql, query, 0, NULL, &sink );
ok( hr == S_OK || broken(hr == WBEM_E_NOT_FOUND), "got %08x\n", hr );
ok( sink_refs > prev_sink_refs, "got %u refs\n", sink_refs );
ok( sink_refs > prev_sink_refs || broken(!sink_refs), "got %u refs\n", sink_refs );
hr = IWbemServices_CancelAsyncCall( services, &sink );
ok( hr == S_OK || broken(hr == WBEM_E_NOT_FOUND), "got %08x\n", hr );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment