aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test858
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-09-07 19:49:12 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-09-07 19:49:12 +0100
commit8a4069fb177225eae21f1afeb4b44a727aa3fc37 (patch)
tree9bd5939e8f74e41f2498714d78e3dd226830ddfb /tests/data/test858
parent243ad539fe6e7d2c788e4c5318dd6708923265d2 (diff)
downloadgnurl-8a4069fb177225eae21f1afeb4b44a727aa3fc37.tar.gz
gnurl-8a4069fb177225eae21f1afeb4b44a727aa3fc37.tar.bz2
gnurl-8a4069fb177225eae21f1afeb4b44a727aa3fc37.zip
tests: Added test for POP3 DELE command
Diffstat (limited to 'tests/data/test858')
-rw-r--r--tests/data/test85840
1 files changed, 40 insertions, 0 deletions
diff --git a/tests/data/test858 b/tests/data/test858
new file mode 100644
index 000000000..5634306dd
--- /dev/null
+++ b/tests/data/test858
@@ -0,0 +1,40 @@
+<testcase>
+<info>
+<keywords>
+POP3
+DELE
+CUSTOMREQUEST
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+pop3
+</server>
+ <name>
+POP3 DELE message
+ </name>
+ <command>
+pop3://%HOSTIP:%POP3PORT/858 -u user:secret -X DELE -I
+</command>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<protocol>
+CAPA
+USER user
+PASS secret
+DELE 858
+QUIT
+</protocol>
+</verify>
+</testcase>