Commit 1fc89eb8 authored by Steve Holme's avatar Steve Holme
Browse files

tests: Updated pop3 tests for change in auth mechanism detection

parent e336bc7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ pop3://%HOSTIP:%POP3PORT/809 -l -u user:secret
56
</errorcode>
<protocol>
AUTH
CAPA
USER user
PASS secret
LIST 809
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
Loading