MNT-21481: IMAP UID search command errors with French Locale- Only folders showing (#1098)

* Bump alfresco-greenmail version and add Integration tests
This commit is contained in:
Abdul Mohammed
2020-07-17 11:23:37 +01:00
parent d0b1f6389f
commit 622a70acd3
2 changed files with 71 additions and 4 deletions

View File

@@ -1151,7 +1151,7 @@ public class ImapServiceImplTest extends TestCase
* MNT-12773
* @throws AddressException
*/
public void testSearchTerms() throws AddressException
public void testSearchTerms() throws AddressException
{
List<AlfrescoImapFolder> mf = imapService.listMailboxes(user, IMAP_ROOT+"/"+TEST_IMAP_FOLDER_NAME+"/_*", false);
ArrayList<Long> res = new ArrayList<Long>();