mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ACE-2564:
- fix MailActionExecuterTest testSendEmailByExternalUser test: Looks like format is wrong but the date is as expected git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@86048 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -555,7 +555,7 @@ public abstract class AbstractMailActionExecuterTest
|
|||||||
}, tenantId);
|
}, tenantId);
|
||||||
|
|
||||||
Assert.assertNotNull(message);
|
Assert.assertNotNull(message);
|
||||||
Assert.assertEquals("Hello Jan 1, 1970", (String) message.getContent());
|
Assert.assertEquals("Hello 01-Jan-1970", (String) message.getContent());
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user