From: Dan Fandrich Date: Wed, 26 Mar 2014 21:02:31 +0000 (+0100) Subject: test815/816: Use authentication for both URLs X-Git-Tag: curl-7_37_0~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f82e0edc171b33528bc4f59036505d98ecf1d816;p=thirdparty%2Fcurl.git test815/816: Use authentication for both URLs The improved connection reuse logic would otherwise create a new connection for each one, which isn't supported by the test server, nor expected by the test. --- diff --git a/tests/data/test815 b/tests/data/test815 index c006c6dd6f..5c5ef7987f 100644 --- a/tests/data/test815 +++ b/tests/data/test815 @@ -26,7 +26,7 @@ imap IMAP STORE - delete message (CUSTOMREQUEST) -imap://%HOSTIP:%IMAPPORT/815 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPPORT/815 -X CLOSE +imap://%HOSTIP:%IMAPPORT/815 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPPORT/815 -X CLOSE -u user:secret diff --git a/tests/data/test816 b/tests/data/test816 index 386f877465..b8b1a9de25 100644 --- a/tests/data/test816 +++ b/tests/data/test816 @@ -29,7 +29,7 @@ imap IMAP STORE - delete message with confirmation (CUSTOMREQUEST) -imap://%HOSTIP:%IMAPPORT/816 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPPORT/816 -X EXPUNGE +imap://%HOSTIP:%IMAPPORT/816 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPPORT/816 -X EXPUNGE -u user:secret