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