From 08221e738d109059b99f7272cd3964cff88a99e3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 9 Mar 2011 23:04:38 +0100 Subject: tests: phase out haxx.se Instead of using haxx.se as a fixed magic host name in lots of tests, this is a first step to move toward the generic example.com host instead. --- tests/data/test547 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/data/test547') diff --git a/tests/data/test547 b/tests/data/test547 index d1e26040a..7bcf5a4d4 100644 --- a/tests/data/test547 +++ b/tests/data/test547 @@ -87,7 +87,7 @@ CURL_GETHOSTNAME=curlhost LD_PRELOAD=%PWD/libtest/.libs/libhostname.so -http://test.remote.haxx.se/path/547 http://%HOSTIP:%HTTPPORT s1lly:pers0n +http://test.remote.example.com/path/547 http://%HOSTIP:%HTTPPORT s1lly:pers0n chkhostname curlhost @@ -100,28 +100,28 @@ chkhostname curlhost ^User-Agent: curl/.* -POST http://test.remote.haxx.se/path/547 HTTP/1.1 +POST http://test.remote.example.com/path/547 HTTP/1.1 User-Agent: curl/7.13.2-CVS (i686-pc-linux-gnu) libcurl/7.13.2-CVS OpenSSL/0.9.7e zlib/1.2.2 libidn/0.5.13 -Host: test.remote.haxx.se +Host: test.remote.example.com Accept: */* Proxy-Connection: Keep-Alive Content-Length: 36 Content-Type: application/x-www-form-urlencoded this is the blurb we want to upload -POST http://test.remote.haxx.se/path/547 HTTP/1.1 +POST http://test.remote.example.com/path/547 HTTP/1.1 Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= User-Agent: curl/7.13.2-CVS (i686-pc-linux-gnu) libcurl/7.13.2-CVS OpenSSL/0.9.7e zlib/1.2.2 libidn/0.5.13 -Host: test.remote.haxx.se +Host: test.remote.example.com Accept: */* Proxy-Connection: Keep-Alive Content-Length: 0 Content-Type: application/x-www-form-urlencoded -POST http://test.remote.haxx.se/path/547 HTTP/1.1 +POST http://test.remote.example.com/path/547 HTTP/1.1 Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAABQAFAHAAAAAIAAgAdQAAAAAAAAAAAAAABoKBAIYrD1xJmhNBNL9fLzuk9PV9436GAxPu0EKWzqQ/sZDVLXnp1JrySgl8A+cibE6z4HMxbGx5Y3VybGhvc3Q= User-Agent: curl/7.13.2-CVS (i686-pc-linux-gnu) libcurl/7.13.2-CVS OpenSSL/0.9.7e zlib/1.2.2 libidn/0.5.13 -Host: test.remote.haxx.se +Host: test.remote.example.com Accept: */* Proxy-Connection: Keep-Alive Content-Length: 36 -- cgit v1.2.3