[5/6] secur32/tests: Add tests with SECPKG_ATTR_KEY_INFO.

Jacek Caban jacek at codeweavers.com
Wed Apr 19 06:43:46 CDT 2017


Hi Akihiro,

On 17.04.2017 16:26, Akihiro Sagawa wrote:
> @@ -923,6 +924,15 @@ todo_wine
>           ok(conn_info.dwHashStrength >= 128, "conn_info.dwHashStrength = %d\n", conn_info.dwHashStrength);
>       }
>   
> +    status = pQueryContextAttributesA(&context, SECPKG_ATTR_KEY_INFO, &key_info);
> +    todo_wine_if(status == SEC_E_UNSUPPORTED_FUNCTION)
> +    ok(status == SEC_E_OK, "QueryContextAttributesW(SECPKG_ATTR_KEY_INFO) failed: %08x\n", status);


I think this should use todo_wine, not todo_wine_if().


Thanks,

Jacek




More information about the wine-devel mailing list