diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-06-04 19:41:56 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-06-04 19:41:56 +0100 |
commit | 1fc89eb87f317369a2d2a576867edd3ce7210d4a (patch) | |
tree | c555b89038a399b43d724b7c0e881f787281cc2f | |
parent | e336bc7c42c73409671ce69ff43830cf077eb234 (diff) | |
download | curl-1fc89eb87f317369a2d2a576867edd3ce7210d4a.tar.gz |
tests: Updated pop3 tests for change in auth mechanism detection
-rw-r--r-- | tests/data/test800 | 2 | ||||
-rw-r--r-- | tests/data/test808 | 2 | ||||
-rw-r--r-- | tests/data/test809 | 2 | ||||
-rw-r--r-- | tests/data/test810 | 2 | ||||
-rw-r--r-- | tests/data/test811 | 2 | ||||
-rw-r--r-- | tests/data/test812 | 2 | ||||
-rw-r--r-- | tests/data/test813 | 2 | ||||
-rw-r--r-- | tests/data/test815 | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/data/test800 b/tests/data/test800 index eebd27a44..2b7d057aa 100644 --- a/tests/data/test800 +++ b/tests/data/test800 @@ -38,7 +38,7 @@ pop3://%HOSTIP:%POP3PORT/800 -u user:secret # Verify data after the test has been "shot" <verify> <protocol> -AUTH
+CAPA
USER user
PASS secret
RETR 800
diff --git a/tests/data/test808 b/tests/data/test808 index 8f2526f25..2c9c11cdd 100644 --- a/tests/data/test808 +++ b/tests/data/test808 @@ -32,7 +32,7 @@ pop3://%HOSTIP:%POP3PORT/808 -l -u user:secret # Verify data after the test has been "shot" <verify> <protocol> -AUTH
+CAPA
USER user
PASS secret
LIST 808
diff --git a/tests/data/test809 b/tests/data/test809 index b16a1470e..ffa9b3331 100644 --- a/tests/data/test809 +++ b/tests/data/test809 @@ -36,7 +36,7 @@ pop3://%HOSTIP:%POP3PORT/809 -l -u user:secret 56 </errorcode> <protocol> -AUTH
+CAPA
USER user
PASS secret
LIST 809
diff --git a/tests/data/test810 b/tests/data/test810 index e2f447eb1..934837f64 100644 --- a/tests/data/test810 +++ b/tests/data/test810 @@ -41,7 +41,7 @@ pop3://%HOSTIP:%POP3PORT/ -u user:secret # Verify data after the test has been "shot" <verify> <protocol> -AUTH
+CAPA
USER user
PASS secret
LIST
diff --git a/tests/data/test811 b/tests/data/test811 index 26a2906c7..074969a4f 100644 --- a/tests/data/test811 +++ b/tests/data/test811 @@ -34,7 +34,7 @@ pop3://%HOSTIP:%POP3PORT/ -u user:secret # Verify data after the test has been "shot" <verify> <protocol> -AUTH
+CAPA
USER user
PASS secret
LIST
diff --git a/tests/data/test812 b/tests/data/test812 index 0e0484d10..dbf40c491 100644 --- a/tests/data/test812 +++ b/tests/data/test812 @@ -36,7 +36,7 @@ pop3://%HOSTIP:%POP3PORT/812 -u user:secret 56 </errorcode> <protocol> -AUTH
+CAPA
USER user
PASS secret
RETR 812
diff --git a/tests/data/test813 b/tests/data/test813 index 780fdf170..1447fa277 100644 --- a/tests/data/test813 +++ b/tests/data/test813 @@ -35,7 +35,7 @@ pop3://%HOSTIP:%POP3PORT/813 -u user:wrong 67 </errorcode> <protocol> -AUTH
+CAPA
USER user
PASS wrong
QUIT
diff --git a/tests/data/test815 b/tests/data/test815 index c4170f0ca..261887f9b 100644 --- a/tests/data/test815 +++ b/tests/data/test815 @@ -49,7 +49,7 @@ pop3://%HOSTIP:%POP3PORT/815 -u user:secret # Verify data after the test has been "shot" <verify> <protocol> -AUTH
+CAPA
USER user
PASS secret
RETR 815
|