wbemprox/tests: Mark a test result as broken.

This commit is contained in:
Hans Leidekker 2013-06-12 11:09:06 +02:00 committed by Alexandre Julliard
parent 697cbc3605
commit 97cc8bfcc7
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ static void test_notification_query_async( IWbemServices *services )
ok( sink_refs > prev_sink_refs, "got %u refs\n", sink_refs );
hr = IWbemServices_CancelAsyncCall( services, &sink );
ok( hr == S_OK, "got %08x\n", hr );
ok( hr == S_OK || broken(hr == WBEM_E_NOT_FOUND), "got %08x\n", hr );
SysFreeString( wql );
SysFreeString( query );