summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl-7.19.0/tests/data/test405
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl-7.19.0/tests/data/test405')
-rw-r--r--Utilities/cmcurl-7.19.0/tests/data/test40534
1 files changed, 0 insertions, 34 deletions
diff --git a/Utilities/cmcurl-7.19.0/tests/data/test405 b/Utilities/cmcurl-7.19.0/tests/data/test405
deleted file mode 100644
index 29e7af2..0000000
--- a/Utilities/cmcurl-7.19.0/tests/data/test405
+++ /dev/null
@@ -1,34 +0,0 @@
-<testcase>
-<info>
-<keywords>
-FTPS
-FAILURE
-</keywords>
-</info>
-
-# Client-side
-<client>
-<features>
-SSL
-</features>
-<server>
-ftp
-</server>
- <name>
-FTPS operation to FTP port
- </name>
- <command>
--m 5 -k ftps://%HOSTIP:%FTPPORT/path/to/file/405
-</command>
-</client>
-
-# Verify data after the test has been "shot"
-<verify>
-# error code 35 is CURLE_SSL_CONNECT_ERROR
-# GnuTLS seems to not fail on its handshake but instead times out which gives
-# error 28
-<errorcode>
-35,28
-</errorcode>
-</verify>
-</testcase>