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