mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
[SEARCH-1430] minor renaming
This commit is contained in:
@@ -42,7 +42,7 @@ import static org.hamcrest.core.Is.is;
|
||||
@BeforeClass
|
||||
private static void initData() throws Throwable
|
||||
{
|
||||
initSolrServers(2, "AdminHandlerDistributedTest", null);
|
||||
initSolrServers(2, "DistributedAlfrescoSolrFacetingTest", null);
|
||||
indexSampleDocumentsForFacetingMincount();
|
||||
|
||||
}
|
||||
|
@@ -74,7 +74,7 @@ public class DistributedDateMonthAlfrescoSolrTrackerTest extends AbstractAlfresc
|
||||
@BeforeClass
|
||||
private static void initData() throws Throwable
|
||||
{
|
||||
initSolrServers(5, "DistributedExplicitShardRoutingTrackerTest", getShardMethod());
|
||||
initSolrServers(5, "DistributedDateMonthAlfrescoSolrTrackerTest", getShardMethod());
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
|
Reference in New Issue
Block a user