File: test1490

package info (click to toggle)
curl 8.19.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 31,892 kB
  • sloc: ansic: 200,254; perl: 21,116; python: 10,390; sh: 6,691; makefile: 1,505; pascal: 240; cpp: 196
file content (44 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
FILE
</keywords>
</info>

# no Server-side

# Client-side
<client>
<server>
file
</server>
<name>
"upload" with file:// overwriting existing
</name>
<command option="no-include">
file://localhost%FILE_PWD/%LOGDIR/result%TESTNUMBER.txt -T %LOGDIR/upload%TESTNUMBER.txt
</command>
<file name="%LOGDIR/upload%TESTNUMBER.txt">
data
in
file
to
write
</file>
<file2 name="%LOGDIR/result%TESTNUMBER.txt">
already existing
</file2>
</client>

# Verify data after the test has been "shot"
<verify>
<file name="%LOGDIR/result%TESTNUMBER.txt">
data
in
file
to
write
</file>
</verify>
</testcase>