Jacek Caban wrote:
dlls/wininet/tests/http.c | 107 ++++++++++++++++++++++++++++++++++---------- 1 files changed, 82 insertions(+), 25 deletions(-)
Hi Jacek,
This patch introduces test failures on all platforms:
1 failure with IE7 1 new failure with IE8 (there was 1 with IE8 before this patch) 5 failures with IE6
Could you have a look (test.winehq.org)?
Hi Paul,
Paul Vriens wrote:
Jacek Caban wrote:
dlls/wininet/tests/http.c | 107 ++++++++++++++++++++++++++++++++++---------- 1 files changed, 82 insertions(+), 25 deletions(-)
Hi Jacek,
This patch introduces test failures on all platforms:
1 failure with IE7 1 new failure with IE8 (there was 1 with IE8 before this patch)
These were passing for me because I had stored cookies.
5 failures with IE6
INTERNET_OPTION_HTTP_DECODING is supported on IE >6.
Could you have a look (test.winehq.org)?
Thanks for notification, I've sent a fix.
Thanks, Jacek