From a4db3f70468c31c0d579e6b9dcd4e90cd9f0d1a8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 21 Sep 2017 08:21:43 +0200 Subject: tests: make the imap server not verify user+password ... as the test cases themselves do that and it makes it easier to add crazy test cases. Test 800 updated to use user name + password that need quoting. Test 856 updated to trigger an auth fail differently. Ref: #1902 --- tests/data/test800 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test800') diff --git a/tests/data/test800 b/tests/data/test800 index 6b29f7a2b..1ac1da59b 100644 --- a/tests/data/test800 +++ b/tests/data/test800 @@ -31,7 +31,7 @@ imap IMAP FETCH message -'imap://%HOSTIP:%IMAPPORT/800/;UID=1' -u user:secret +'imap://%HOSTIP:%IMAPPORT/800/;UID=1' -u "user*:secret{" @@ -40,7 +40,7 @@ IMAP FETCH message A001 CAPABILITY -A002 LOGIN user secret +A002 LOGIN "user*" "secret{" A003 SELECT 800 A004 FETCH 1 BODY[] A005 LOGOUT -- cgit v1.2.3