dlls/wininet/tests/http.c - still fails occasionally, need to know why.

Jakob Eriksson jakov at vmlinux.org
Tue Nov 2 09:20:27 CST 2004


Index: dlls/wininet/tests/http.c
===================================================================
RCS file: /home/wine/wine/dlls/wininet/tests/http.c,v
retrieving revision 1.16
diff -u -r1.16 http.c
--- dlls/wininet/tests/http.c   28 Oct 2004 21:01:04 -0000      1.16
+++ dlls/wininet/tests/http.c   2 Nov 2004 15:19:15 -0000
@@ -175,7 +175,8 @@
     {

         rc = InternetQueryDataAvailable(hor,&length,0x0,0x0);
-        ok(!(rc == 0 && length != 0),"InternetQueryDataAvailable 
failed\n");
+        ok(!(rc == 0 && length != 0),"InternetQueryDataAvailable 
failed, rc=%d and length=%d\n",
+           rc, length);

         if (length)
         {




More information about the wine-patches mailing list