aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test502
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-12-13 13:39:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-12-13 13:39:39 +0000
commit978541adc20126accef2ec82cbbba3ddc655a172 (patch)
tree4f926cbfc31751dc1fdcaa4c48c2aa559e5eba48 /tests/data/test502
parent637bce2707a6faec6170d2c4dfb4d0c691ae5004 (diff)
test 502, multi interface with file://
Diffstat (limited to 'tests/data/test502')
-rw-r--r--tests/data/test50240
1 files changed, 40 insertions, 0 deletions
diff --git a/tests/data/test502 b/tests/data/test502
new file mode 100644
index 000000000..f76fef2e7
--- /dev/null
+++ b/tests/data/test502
@@ -0,0 +1,40 @@
+#
+# Server-side
+<reply>
+<data>
+foo
+ bar
+bar
+ foo
+moo
+</data>
+</reply>
+
+# Client-side
+<client>
+<server>
+file
+</server>
+# tool is what to use instead of 'curl'
+<tool>
+lib502
+</tool>
+
+ <name>
+simple multi file:// get
+ </name>
+ <command>
+file:///%PWD/log/test502.txt
+</command>
+<file name="log/test502.txt">
+foo
+ bar
+bar
+ foo
+moo
+</file>
+</client>
+
+# Verify data after the test has been "shot"
+<verify>
+</verify>