Module: wine Branch: master Commit: aa4e66395421206616baa9b78552225270fb4c34 URL: http://source.winehq.org/git/wine.git/?a=commit;h=aa4e66395421206616baa9b785...
Author: Jacek Caban jacek@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",