Alexandre Julliard : wininet/tests: Add a couple more optional notifications.

Alexandre Julliard julliard at winehq.org
Wed Aug 27 08:23:49 CDT 2008


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Aug 26 20:40:28 2008 +0200

wininet/tests: Add a couple more optional notifications.

---

 dlls/wininet/tests/http.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/wininet/tests/http.c b/dlls/wininet/tests/http.c
index 7cd4abe..9ad6274 100644
--- a/dlls/wininet/tests/http.c
+++ b/dlls/wininet/tests/http.c
@@ -569,6 +569,8 @@ static void InternetReadFileExA_test(int flags)
     SET_OPTIONAL(INTERNET_STATUS_CLOSING_CONNECTION);
     SET_OPTIONAL(INTERNET_STATUS_CONNECTION_CLOSED);
     SET_EXPECT(INTERNET_STATUS_REDIRECT);
+    SET_OPTIONAL(INTERNET_STATUS_CONNECTING_TO_SERVER);
+    SET_OPTIONAL(INTERNET_STATUS_CONNECTED_TO_SERVER);
     if (flags & INTERNET_FLAG_ASYNC)
         SET_EXPECT(INTERNET_STATUS_REQUEST_COMPLETE);
     else




More information about the wine-cvs mailing list