mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
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:
@@ -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>();
|
||||
|
Reference in New Issue
Block a user