summaryrefslogtreecommitdiff
path: root/tests/data/test637
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-10-09 05:16:06 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-10-09 05:16:06 +0000
commitf6d80d66a230e40c42cd4e7a1867bcc482f5def8 (patch)
treeee1c3d55a35863fd13f6d226b3bca7a96f84277a /tests/data/test637
parentb2ca0babebaa3144e8d9ca12bdfec0358fb9159c (diff)
downloadgnurl-f6d80d66a230e40c42cd4e7a1867bcc482f5def8.tar.gz
gnurl-f6d80d66a230e40c42cd4e7a1867bcc482f5def8.tar.bz2
gnurl-f6d80d66a230e40c42cd4e7a1867bcc482f5def8.zip
Added tests 633 through 637 to test the new file range support for SFTP.
All but the first test cause an infinite loop or other failure and so are added to DISABLED.
Diffstat (limited to 'tests/data/test637')
-rw-r--r--tests/data/test63744
1 files changed, 44 insertions, 0 deletions
diff --git a/tests/data/test637 b/tests/data/test637
new file mode 100644
index 000000000..258c4995f
--- /dev/null
+++ b/tests/data/test637
@@ -0,0 +1,44 @@
+<testcase>
+<info>
+<keywords>
+SFTP
+Range
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+<data>
+</data>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+sftp
+</server>
+ <name>
+SFTP retrieval with invalid X- range
+ </name>
+ <command>
+--key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file637.txt -r 99-
+</command>
+<file name="log/file637.txt">
+Test data
+for ssh test
+</file>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<errorcode>
+36
+</errorcode>
+<valgrind>
+disable
+</valgrind>
+</verify>
+</testcase>