aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test935
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-03-30 12:01:15 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-03-30 11:56:42 +0100
commit6876b35ad6a401aa2a435f11cf69bb9a0b472a11 (patch)
tree37057f1d5dbbbcd237473a269d0c8a472472c091 /tests/data/test935
parent82bcc7c6153dcc12484534d365dde1b16e0d640f (diff)
downloadgnurl-6876b35ad6a401aa2a435f11cf69bb9a0b472a11.tar.gz
gnurl-6876b35ad6a401aa2a435f11cf69bb9a0b472a11.tar.bz2
gnurl-6876b35ad6a401aa2a435f11cf69bb9a0b472a11.zip
tests: Replaced email authentication keywords with SASL based keywords
As the email protocols implement SASL authentication rather than IMAP, POP3 and SMTP specific authentication, updated the authentication keywords to reflect this.
Diffstat (limited to 'tests/data/test935')
-rw-r--r--tests/data/test9354
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test935 b/tests/data/test935
index 14404d50f..3fd5c2e50 100644
--- a/tests/data/test935
+++ b/tests/data/test935
@@ -2,9 +2,9 @@
<info>
<keywords>
SMTP
-SMTP AUTH CRAM-MD5
-SMTP AUTH PLAIN
SASL
+SASL AUTH CRAM-MD5
+SASL AUTH PLAIN
SASL DOWNGRADE
RFC2195
RFC4954