Module: wine Branch: master Commit: 97cc8bfcc7a6117667168e40ab47941b2c977419 URL: http://source.winehq.org/git/wine.git/?a=commit;h=97cc8bfcc7a6117667168e40ab...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Jun 12 11:09:06 2013 +0200
wbemprox/tests: Mark a test result as broken.
---
dlls/wbemprox/tests/query.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/wbemprox/tests/query.c b/dlls/wbemprox/tests/query.c index 15fe6f8..f09da91 100644 --- a/dlls/wbemprox/tests/query.c +++ b/dlls/wbemprox/tests/query.c @@ -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 );