~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to tests/data/test1329

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-03-23 16:24:51 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: package-import@ubuntu.com-20120323162451-z4gstlabjkgnrh7h
Tags: upstream-7.25.0
ImportĀ upstreamĀ versionĀ 7.25.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
HTTP proxy
 
5
</keywords>
 
6
</info>
 
7
 
 
8
#
 
9
# Client-side
 
10
<client>
 
11
<server>
 
12
http
 
13
</server>
 
14
 <name>
 
15
/-prefixed proxy name
 
16
 </name>
 
17
 <command>
 
18
http://%HOSTIP:%HTTPPORT/we/want/that/page/1329 -x "/server"
 
19
</command>
 
20
</client>
 
21
 
 
22
#
 
23
# Verify data after the test has been "shot"
 
24
<verify>
 
25
# 5 == CURLE_COULDNT_RESOLVE_PROXY
 
26
<errorcode>
 
27
5
 
28
</errorcode>
 
29
</verify>
 
30
</testcase>