winetest: submit results to WineHQ

Dimitrie O. Paun dpaun at rogers.com
Sun Feb 29 22:26:38 CST 2004


ChangeLog
   Submit results to WineHQ

Index: programs/winetest/send.c
===================================================================
RCS file: /var/cvs/wine/programs/winetest/send.c,v
retrieving revision 1.3
diff -u -r1.3 send.c
--- programs/winetest/send.c	21 Feb 2004 04:01:56 -0000	1.3
+++ programs/winetest/send.c	26 Feb 2004 20:25:57 -0000
@@ -99,7 +99,7 @@
 
     /* RFC 2068 */
 #define SEP "-"
-    const char head[] = "POST /~wferi/cgi-bin/winetest.cgi HTTP/1.0\r\n"
+    const char head[] = "POST /submit HTTP/1.0\r\n"
         "Host: afavant\r\n"
         "User-Agent: Winetests Shell\r\n"
         "Content-Type: multipart/form-data; boundary=" SEP "\r\n"
@@ -113,7 +113,7 @@
         "--" SEP "--\r\n";
 
     buffer = xmalloc (BUFLEN + 1);
-    s = open_http ("157.181.170.47");
+    s = open_http ("198.144.15.226");
     if (s == INVALID_SOCKET) {
         report (R_WARNING, "Can't open network connection: %d",
                 WSAGetLastError ());


-- 
Dimi.




More information about the wine-patches mailing list