~ubuntu-branches/ubuntu/utopic/curl/utopic-updates

« back to all changes in this revision

Viewing changes to tests/data/test1008

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2011-05-02 19:12:31 UTC
  • mfrom: (3.4.17 sid)
  • Revision ID: james.westby@ubuntu.com-20110502191231-1hiklg06nzo62ws8
Tags: 7.21.6-1ubuntu1
* Merge from debian unstable (LP: #775794), remaining changes:
  - debian/control:
    + Build-Depends: Replace libssh2-1-dev with openssh-server.
      Drop stunnel since it's in universe, as well.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
94
94
 </setenv>
95
95
 <command>
96
 
http://test.remote.haxx.se:1008/path/10080002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-ntlm --proxytunnel
 
96
http://test.remote.example.com:1008/path/10080002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-ntlm --proxytunnel
97
97
</command>
98
98
<precheck>
99
99
chkhostname curlhost
106
106
^User-Agent: curl/.*
107
107
</strip>
108
108
<protocol>
109
 
CONNECT test.remote.haxx.se:1008 HTTP/1.1
110
 
Host: test.remote.haxx.se:1008
 
109
CONNECT test.remote.example.com:1008 HTTP/1.1
 
110
Host: test.remote.example.com:1008
111
111
Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
112
112
Proxy-Connection: Keep-Alive
113
113
 
114
 
CONNECT test.remote.haxx.se:1008 HTTP/1.1
115
 
Host: test.remote.haxx.se:1008
 
114
CONNECT test.remote.example.com:1008 HTTP/1.1
 
115
Host: test.remote.example.com:1008
116
116
Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAABQAFAHAAAAAIAAgAdQAAAAAAAAAAAAAABoKBAKAeQjzKtCQ7ubW8S6MN7B59436GAxPu0CVROwwNBsgxML49gcbAXLT/bU+H5wrS9XNpbGx5Y3VybGhvc3Q=
117
117
Proxy-Connection: Keep-Alive
118
118
 
119
119
GET /path/10080002 HTTP/1.1
120
120
User-Agent: curl/7.12.3-CVS (i686-pc-linux-gnu) libcurl/7.12.3-CVS OpenSSL/0.9.6b zlib/1.1.4
121
 
Host: test.remote.haxx.se:1008
 
121
Host: test.remote.example.com:1008
122
122
Accept: */*
123
123
 
124
124
</protocol>