test 502, multi interface with file://
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Dec 2002 13:39:39 +0000 (13:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Dec 2002 13:39:39 +0000 (13:39 +0000)
tests/data/Makefile.am
tests/data/test502 [new file with mode: 0644]

index 77bedd30e466adf712b4781cda909fc0d4a41c61..7e7e6fe6c9fc44b8544885e34b78b3a0483f65d4 100644 (file)
@@ -18,4 +18,4 @@ test107  test116  test125  test2    test26   test33   test45   test126 \
 test304  test39   test32   test128  test48 test306 \
 test130  test131  test132  test133  test134 test135 test403 test305 \
 test49 test50 test51 test52 test53 test54 test55 test56 \
-test500 test501
+test500 test501 test502
diff --git a/tests/data/test502 b/tests/data/test502
new file mode 100644 (file)
index 0000000..f76fef2
--- /dev/null
@@ -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>