~ubuntu-branches/ubuntu/hoary/curl/hoary-security

« back to all changes in this revision

Viewing changes to tests/data/test76

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2004-06-04 19:09:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040604190925-wy048bp31320r2z6
Tags: 7.12.0.is.7.11.2-1
* Reverted to version 7.11.2 (closes: #252348).
* Disabled support for libidn (closes: #252367). This is to leave
  curl in unstable as much similar as possible to the one in testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Server-side
 
3
<reply>
 
4
</reply>
 
5
 
 
6
#
 
7
# Client-side
 
8
<client>
 
9
<server>
 
10
none
 
11
</server>
 
12
 <name>
 
13
HTTP, -O with no file name part in the URL
 
14
 </name>
 
15
 <command option=no-output>
 
16
http://%HOSTIP:%HOSTPORT/76/ -O
 
17
</command>
 
18
</client>
 
19
 
 
20
#
 
21
# Verify data after the test has been "shot"
 
22
<verify>
 
23
<strip>
 
24
^User-Agent:.*
 
25
</strip>
 
26
<errorcode>
 
27
23
 
28
</errorcode>
 
29
</verify>