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:
Alan Davis
2014-09-30 22:00:21 +00:00
parent bcdf0c5108
commit 72ba2b31bf

View File

@@ -555,7 +555,7 @@ public abstract class AbstractMailActionExecuterTest
}, tenantId);
Assert.assertNotNull(message);
Assert.assertEquals("Hello Jan 1, 1970", (String) message.getContent());
Assert.assertEquals("Hello 01-Jan-1970", (String) message.getContent());
}
finally
{