Jacek Caban : wininet: Use test.winehq.org for post tests.

Alexandre Julliard julliard at winehq.org
Mon May 2 14:16:15 CDT 2011


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon May  2 12:23:52 2011 +0000

wininet: Use test.winehq.org for post tests.

---

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

diff --git a/dlls/wininet/tests/http.c b/dlls/wininet/tests/http.c
index c8ac617..39bcab8 100644
--- a/dlls/wininet/tests/http.c
+++ b/dlls/wininet/tests/http.c
@@ -146,10 +146,10 @@ static const test_data_t test_data[] = {
         TESTF_COMPRESSED|TESTF_ALLOW_COOKIE
     },
     {
-        "http://crossover.codeweavers.com/posttest.php",
-        "http://crossover.codeweavers.com/posttest.php",
-        "crossover.codeweavers.com",
-        "/posttest.php",
+        "http://test.winehq.org/tests/post.php",
+        "http://test.winehq.org/tests/post.php",
+        "test.winehq.org",
+        "/tests/post.php",
         "Content-Type: application/x-www-form-urlencoded",
         0,
         "mode=Test",




More information about the wine-cvs mailing list