Jacek Caban : mshtml: Use test.winehq.org over http in img_onload tests.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jun 18 07:55:03 CDT 2015


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Jun 18 13:11:07 2015 +0200

mshtml: Use test.winehq.org over http in img_onload tests.

---

 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 07549e3..69f21df 100644
--- a/dlls/mshtml/tests/events.c
+++ b/dlls/mshtml/tests/events.c
@@ -1854,7 +1854,7 @@ static void test_imgload(IHTMLDocument2 *doc)
     ok(V_DISPATCH(&v) == (IDispatch*)&img_onerror_obj, "V_DISPATCH(onerror) != onerrorFunc\n");
     VariantClear(&v);
 
-    str = a2bstr("https://www.winehq.org/images/winehq_logo_text.png");
+    str = a2bstr("http://test.winehq.org/tests/winehq_snapshot/index_files/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