mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Refactor code
* Split heartbeat-context into 2 * Move new heartbeat-repo-collector-context out of application-context-core
This commit is contained in:
@@ -77,13 +77,11 @@ public class HBDataCollectorServiceImplTest
|
||||
|
||||
dataCollectorService.enabled(true);
|
||||
verify(mockDataSenderService).enable(true);
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testCollectAndSendData()
|
||||
{
|
||||
|
||||
// Set up dummy collector 1
|
||||
HBData c1Data = new HBData("sys", "c1","1.0",null);
|
||||
HBBaseDataCollector c1 = new DummyCollector(c1Data);
|
||||
|
Reference in New Issue
Block a user