From e4670a102921ca6b97f1948125f4adf44bdc6719 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 26 Oct 2013 13:44:31 +0100 Subject: tests: Tidy up of SMTP and POP3 tests Corrected line endings, RFC references and standardised on user names and passwords used in the tests. --- tests/data/test903 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/data/test903') diff --git a/tests/data/test903 b/tests/data/test903 index 8c0e90fa9..7c23661d4 100644 --- a/tests/data/test903 +++ b/tests/data/test903 @@ -14,7 +14,7 @@ RFC4954 AUTH PLAIN REPLY AUTH 334 PLAIN supported -REPLY dGVzdAB0ZXN0ADEyMzQ= 235 Authenticated +REPLY dXNlcgB1c2VyAHNlY3JldA== 235 Authenticated @@ -31,7 +31,7 @@ SMTP plain authentication mail body -smtp://%HOSTIP:%SMTPPORT/903 --mail-rcpt recipient@example.com --mail-from sender@example.com -u test:1234 -T - +smtp://%HOSTIP:%SMTPPORT/903 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret -T - @@ -41,7 +41,7 @@ smtp://%HOSTIP:%SMTPPORT/903 --mail-rcpt recipient@example.com --mail-from sende EHLO 903 AUTH PLAIN -dGVzdAB0ZXN0ADEyMzQ= +dXNlcgB1c2VyAHNlY3JldA== MAIL FROM: RCPT TO: DATA -- cgit v1.2.3