From 1fc89eb87f317369a2d2a576867edd3ce7210d4a Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Mon, 4 Jun 2012 19:41:56 +0100 Subject: tests: Updated pop3 tests for change in auth mechanism detection --- tests/data/test800 | 2 +- tests/data/test808 | 2 +- tests/data/test809 | 2 +- tests/data/test810 | 2 +- tests/data/test811 | 2 +- tests/data/test812 | 2 +- tests/data/test813 | 2 +- tests/data/test815 | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'tests/data') 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" -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" -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 -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" -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" -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 -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 -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" -AUTH +CAPA USER user PASS secret RETR 815 -- cgit v1.2.3