From: Steve Holme Date: Sun, 10 Nov 2013 16:08:12 +0000 (+0000) Subject: test819: Fixed expected authentication text from commit 76f924131c9fd3 X-Git-Tag: curl-7_34_0~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac05c80f1988c0837da5450cd944063b95057135;p=curl test819: Fixed expected authentication text from commit 76f924131c9fd3 --- diff --git a/tests/data/test819 b/tests/data/test819 index 5e87f3f8e..f35a50ad0 100644 --- a/tests/data/test819 +++ b/tests/data/test819 @@ -13,7 +13,7 @@ RFC4616 AUTH PLAIN REPLY AUTHENTICATE + -REPLY dGVzdAB0ZXN0ADEyMzQ= A002 OK AUTHENTICATE completed +REPLY dXNlcgB1c2VyAHNlY3JldA== A002 OK AUTHENTICATE completed From: me@somewhere @@ -46,7 +46,7 @@ IMAP plain authentication A001 CAPABILITY A002 AUTHENTICATE PLAIN -dGVzdAB0ZXN0ADEyMzQ= +dXNlcgB1c2VyAHNlY3JldA== A003 SELECT 819 A004 FETCH 1 BODY[] A005 LOGOUT