~ubuntu-branches/ubuntu/dapper/curl/dapper-security

« back to all changes in this revision

Viewing changes to tests/data/test203

  • 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
# Server-side
 
2
<reply>
 
3
<data>
 
4
foo
 
5
   bar
 
6
bar
 
7
   foo
 
8
moo
 
9
</data>
 
10
</reply>
 
11
 
 
12
# Client-side
 
13
<client>
 
14
<server>
 
15
none
 
16
</server>
 
17
 <name>
 
18
file:/path URL with a single slash
 
19
 </name>
 
20
 <command>
 
21
file:%PWD/log/test203.txt
 
22
</command>
 
23
<file name="log/test203.txt">
 
24
foo
 
25
   bar
 
26
bar
 
27
   foo
 
28
moo
 
29
</file>
 
30
</test>
 
31
 
 
32
# Verify data after the test has been "shot"
 
33
<verify>
 
34
</verify>