mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 21:03:39 +00:00
urlmon/tests: Use test.winehq.org for https protocol tests.
This commit is contained in:
parent
383f7ba002
commit
8f289c821e
@ -574,6 +574,8 @@ static void call_continue(PROTOCOLDATA *protocol_data)
|
|||||||
{
|
{
|
||||||
HRESULT hres;
|
HRESULT hres;
|
||||||
|
|
||||||
|
trace("continue in state %d\n", state);
|
||||||
|
|
||||||
if(state == STATE_CONNECTING) {
|
if(state == STATE_CONNECTING) {
|
||||||
if(tested_protocol == HTTP_TEST || tested_protocol == HTTPS_TEST || tested_protocol == FTP_TEST) {
|
if(tested_protocol == HTTP_TEST || tested_protocol == HTTPS_TEST || tested_protocol == FTP_TEST) {
|
||||||
if (http_is_first){
|
if (http_is_first){
|
||||||
@ -3192,13 +3194,13 @@ static void test_http_protocol(void)
|
|||||||
|
|
||||||
static void test_https_protocol(void)
|
static void test_https_protocol(void)
|
||||||
{
|
{
|
||||||
static const WCHAR codeweavers_url[] =
|
static const WCHAR https_winehq_url[] =
|
||||||
{'h','t','t','p','s',':','/','/','w','w','w','.','c','o','d','e','w','e','a','v','e','r','s',
|
{'h','t','t','p','s',':','/','/','t','e','s','t','.','w','i','n','e','h','q','.','o','r','g','/',
|
||||||
'.','c','o','m','/','t','e','s','t','.','h','t','m','l',0};
|
't','e','s','t','s','/','h','e','l','l','o','.','h','t','m','l',0};
|
||||||
|
|
||||||
trace("Testing https protocol (from urlmon)...\n");
|
trace("Testing https protocol (from urlmon)...\n");
|
||||||
bindf = BINDF_ASYNCHRONOUS | BINDF_ASYNCSTORAGE | BINDF_PULLDATA | BINDF_FROMURLMON | BINDF_NOWRITECACHE;
|
bindf = BINDF_ASYNCHRONOUS | BINDF_ASYNCSTORAGE | BINDF_PULLDATA | BINDF_FROMURLMON | BINDF_NOWRITECACHE;
|
||||||
test_http_protocol_url(codeweavers_url, HTTPS_TEST, TEST_FIRST_HTTP, TYMED_NULL);
|
test_http_protocol_url(https_winehq_url, HTTPS_TEST, TEST_FIRST_HTTP, TYMED_NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user