From cd51d513c4c171f8fe755878cde6fbdbad4dfcd7 Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Tue, 18 Jun 2013 16:55:33 +0200 Subject: [PATCH] wbemprox/tests: Mark a test result as broken. --- 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 f09da9172ab..8134e3a00c5 100644 --- a/dlls/wbemprox/tests/query.c +++ b/dlls/wbemprox/tests/query.c @@ -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 ); -- 2.11.4.GIT