mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
REPO-2627 Refactor code as per code review
* Add new collector AuthoritiesDataCollector * Remove unused data from RepositoryDataCollector * Remove unused imports
This commit is contained in:
@@ -188,7 +188,7 @@ import org.junit.runners.Suite;
|
||||
org.alfresco.repo.workflow.WorkflowSuiteContextShutdownTest.class,
|
||||
org.alfresco.repo.search.impl.lucene.analysis.PathTokenFilterTest.class,
|
||||
org.alfresco.heartbeat.HBDataCollectorServiceImplTest.class,
|
||||
org.alfresco.heartbeat.HBDataCollectorServiceImplTest.class
|
||||
org.alfresco.heartbeat.AuthoritiesDataCollectorTest.class
|
||||
})
|
||||
public class AllUnitTestsSuite
|
||||
{
|
||||
|
Reference in New Issue
Block a user