Paul Vriens : urlmon/tests: Fix test on IE7.

Alexandre Julliard julliard at winehq.org
Fri Jun 6 08:55:34 CDT 2008


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

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Fri Jun  6 13:47:13 2008 +0200

urlmon/tests: Fix test on IE7.

---

 dlls/mshtml/tests/protocol.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/mshtml/tests/protocol.c b/dlls/mshtml/tests/protocol.c
index df3c337..9c09037 100644
--- a/dlls/mshtml/tests/protocol.c
+++ b/dlls/mshtml/tests/protocol.c
@@ -713,6 +713,7 @@ static void test_about_protocol(void)
             case QUERY_IS_CACHED_OR_MAPPED:
             case QUERY_IS_SECURE:
             case QUERY_IS_SAFE:
+            case QUERY_USES_HISTORYFOLDER:
                 break;
             default:
                 hres = IInternetProtocolInfo_QueryInfo(protocol_info, about_blank_url, i, 0,




More information about the wine-cvs mailing list