mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-6112 - RINF 42: Email Server cm:aliasable aspect's checkAlias is broken
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@42812 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -209,7 +209,7 @@ public class EmailServiceImplTest extends TestCase
|
||||
catch (EmailMessageException e)
|
||||
{
|
||||
// Check the exception is for the anonymous user.
|
||||
assertTrue(e.getMessage().contains("anonymous"));
|
||||
assertTrue("Message is not for anonymous", e.getMessage().contains("anonymous"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user