Fix test after MNT-16748. Forgotten file.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@130674 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2016-09-15 08:56:00 +00:00
parent a19acf2a0e
commit 08ed266520

View File

@@ -79,7 +79,7 @@ public class AuditMethodInterceptorTest extends TestCase
private NodeRef nodeRef;
private static String APPLICATION_NAME_MNT_11072 = "alfresco-mnt-11072";
private static String APPLICATION_NAME_MNT_16748 = "alfresco-mnt-16748";
private static String APPLICATION_NAME_MNT_16748 = "SearchAudit";
private static final Log logger = LogFactory.getLog(AuditMethodInterceptorTest.class);
@SuppressWarnings("deprecation")