[PATCH v3 2/2] wbemprox/tests: Add some tests for SystemRestore class.

Hans Leidekker hans at codeweavers.com
Fri Dec 18 05:33:03 CST 2020


On Fri, 2020-12-18 at 13:21 +0300, Dmitry Timoshkov wrote:

> +    hr = IWbemServices_ExecMethod( services, class, method, 0, NULL, in, &out, NULL );
> +    ok( hr == S_OK || broken(hr == WBEM_E_ACCESS_DENIED), "failed to execute method %08x\n", hr );

I would prefer to accept both results and print a message when access is
denied, like in test_SystemSecurity().

Should we disable monitoring when this method succeeds?





More information about the wine-devel mailing list