Francois Gouget : mshtml/tests: Avoid an http -> https redirection.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Sep 2 14:30:37 CDT 2014


Module: wine
Branch: master
Commit: 6d4275c9648fbd9dd44cc99744b6f8fa5e383779
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6d4275c9648fbd9dd44cc99744b6f8fa5e383779

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Sep  1 12:24:41 2014 +0200

mshtml/tests: Avoid an http -> https redirection.

---

 dlls/mshtml/tests/events.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mshtml/tests/events.c b/dlls/mshtml/tests/events.c
index 2f99699..7360024 100644
--- a/dlls/mshtml/tests/events.c
+++ b/dlls/mshtml/tests/events.c
@@ -1844,7 +1844,7 @@ static void test_imgload(IHTMLDocument2 *doc)
     ok(V_DISPATCH(&v) == (IDispatch*)&img_onerror_obj, "V_DISPATCH(onerror) != onerrorFunc\n");
     VariantClear(&v);
 
-    str = a2bstr("http://www.winehq.org/images/winehq_logo_text.png");
+    str = a2bstr("https://www.winehq.org/images/winehq_logo_text.png");
     hres = IHTMLImgElement_put_src(img, str);
     ok(hres == S_OK, "put_src failed: %08x\n", hres);
     SysFreeString(str);




More information about the wine-cvs mailing list