Module: wine Branch: master Commit: fff82ac268dd305eb6631d02dfc61b8fb24d3951 URL: https://source.winehq.org/git/wine.git/?a=commit;h=fff82ac268dd305eb6631d02d... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Tue Mar 17 17:57:05 2020 +0100 mshtml/tests: Remove file protocol tests from htmllocation.c. It's broken on modern IEs anyway. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mshtml/tests/htmllocation.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dlls/mshtml/tests/htmllocation.c b/dlls/mshtml/tests/htmllocation.c index 120ab7e25c..0b1db9d2c7 100644 --- a/dlls/mshtml/tests/htmllocation.c +++ b/dlls/mshtml/tests/htmllocation.c @@ -87,18 +87,6 @@ static const struct location_test location_tests[] = { NULL, NULL }, - { - "FILE", - "file://C:\\windows\\win.ini", - "file:///C:/windows/win.ini", - "file:", - NULL, - NULL, - "", - "C:\\windows\\win.ini", - NULL, - NULL - } }; static int str_eq_wa(LPCWSTR strw, const char *stra)