~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to tests/data/test1020

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080208112041-hed7sb5r6ghmjf8v
Tags: upstream-7.18.0
ImportĀ upstreamĀ versionĀ 7.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
FILE
 
5
</keywords>
 
6
</info>
 
7
# Server-side
 
8
<reply>
 
9
<data>
 
10
</data>
 
11
</reply>
 
12
 
 
13
# Client-side
 
14
<client>
 
15
<server>
 
16
none
 
17
</server>
 
18
<features>
 
19
file
 
20
</features>
 
21
 <name>
 
22
-Y range on a file:// URL to stdout
 
23
 </name>
 
24
 <command>
 
25
-r -9 file://localhost/%PWD/log/test1020.txt 
 
26
</command>
 
27
<file name="log/test1020.txt">
 
28
1234567890
 
29
1234567890
 
30
</file>
 
31
</client>
 
32
 
 
33
# Verify data after the test has been "shot"
 
34
<verify>
 
35
<stdout>
 
36
34567890
 
37
</stdout>
 
38
</verify>
 
39
</testcase>
 
40