diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-03-09 23:04:38 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-03-09 23:05:44 +0100 |
commit | 08221e738d109059b99f7272cd3964cff88a99e3 (patch) | |
tree | 833bb39f5de3ca7d64351f98e06a2227f9f9577c /tests/data/test547 | |
parent | 16dcd13a2a98e0dcf756de9f67f14cc156b5e7f8 (diff) | |
download | curl-08221e738d109059b99f7272cd3964cff88a99e3.tar.gz |
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.
Diffstat (limited to 'tests/data/test547')
-rw-r--r-- | tests/data/test547 | 14 |
1 files changed, 7 insertions, 7 deletions
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 </setenv> <command> -http://test.remote.haxx.se/path/547 http://%HOSTIP:%HTTPPORT s1lly:pers0n +http://test.remote.example.com/path/547 http://%HOSTIP:%HTTPPORT s1lly:pers0n </command> <precheck> chkhostname curlhost @@ -100,28 +100,28 @@ chkhostname curlhost ^User-Agent: curl/.* </strip> <protocol> -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
|