[PATCH 4/4] urlmon/tests: Add some IAuthenticate tests for IMoniker::BindToStorage().

Jacek Caban jacek at codeweavers.com
Tue Jun 22 14:13:23 CDT 2021


Hi Dmitry,

On 6/22/21 4:54 PM, Dmitry Timoshkov wrote:
> +    case HTTP_BASIC_AUTH_TEST:
> +        lstrcpyW(current_url, L"http://httpbin.org/basic-auth/foo/bar");


Using 3-rd party web pages in our tests is rather suboptimal. It should 
be doable with a simple PHP scripts, like we do in other tests, see:

https://source.winehq.org/git/tools.git/tree/HEAD:/winetest/tests


Thanks,

Jacek




More information about the wine-devel mailing list