From f82e0edc171b33528bc4f59036505d98ecf1d816 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 26 Mar 2014 22:02:31 +0100 Subject: 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. --- tests/data/test816 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test816') diff --git a/tests/data/test816 b/tests/data/test816 index 386f87746..b8b1a9de2 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 -- cgit v1.2.3