From 96de351eed005e27aee3c11005aa53e0d0b5133c Mon Sep 17 00:00:00 2001 From: nagachika Date: Tue, 23 Apr 2013 13:51:36 +0000 Subject: merge revision(s) 40419: [Backport #8281] * lib/net/imap.rb (getacl_response): parse the mailbox of an ACL response correctly. [ruby-core:54365] [Bug #8281] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/net/imap/test_imap_response_parser.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'test') diff --git a/test/net/imap/test_imap_response_parser.rb b/test/net/imap/test_imap_response_parser.rb index 2dc5f0ce4b..ee27a1271e 100644 --- a/test/net/imap/test_imap_response_parser.rb +++ b/test/net/imap/test_imap_response_parser.rb @@ -180,4 +180,18 @@ EOF * 1038 FETCH (BODY ("MIXED")) EOF end + + # [Bug #8281] + def test_acl + parser = Net::IMAP::ResponseParser.new + response = parser.parse(<