wbemprox/tests: Mark a test result as broken.

Hans Leidekker hans at codeweavers.com
Wed Jun 12 04:09:06 CDT 2013


---
 dlls/wbemprox/tests/query.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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






More information about the wine-patches mailing list