wininet/tests: Fix a failing test on IE6.

Nicolas Le Cam niko.lecam at gmail.com
Mon Oct 27 18:34:22 CDT 2008


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

diff --git a/dlls/wininet/tests/http.c b/dlls/wininet/tests/http.c
index 1c686c8..a5c2604 100644
--- a/dlls/wininet/tests/http.c
+++ b/dlls/wininet/tests/http.c
@@ -1979,9 +1979,9 @@ static void test_bogus_accept_types_array(void)
     size = sizeof(buffer);
     ret = HttpQueryInfo(req, HTTP_QUERY_ACCEPT | HTTP_QUERY_FLAG_REQUEST_HEADERS, buffer, &size, NULL);
     ok(ret, "HttpQueryInfo failed: %u\n", GetLastError());
-    ok(!strcmp(buffer, ", */*, %p, , */*") || /* IE6 */
+    ok(!strcmp(buffer, ", */*, %p, , , */*") || /* IE6 */
        !strcmp(buffer, "*/*, %p, */*"),
-       "got '%s' expected '*/*, %%p, */*' or ', */*, %%p, , */*'\n", buffer);
+       "got '%s' expected '*/*, %%p, */*' or ', */*, %p, , , */*'\n", buffer);
 
     InternetCloseHandle(req);
     InternetCloseHandle(con);
-- 
1.5.4.3


--=-3xZ0/FbJOzbMFQYj3EYT--




More information about the wine-patches mailing list