mirror of https://github.com/apache/lucene.git
SOLR-5730: rename TestSegmentTerminateEarlyState to SegmentTerminateEarlyTestState
This commit is contained in:
parent
4cc844897e
commit
f9df240e5c
|
@ -31,7 +31,7 @@ import org.apache.solr.common.params.ShardParams;
|
|||
import org.apache.solr.common.util.SimpleOrderedMap;
|
||||
import org.apache.solr.response.SolrQueryResponse;
|
||||
|
||||
class TestSegmentTerminateEarlyState {
|
||||
class SegmentTerminateEarlyTestState {
|
||||
|
||||
final String keyField = "id";
|
||||
final String timestampField = "timestamp";
|
|
@ -457,7 +457,7 @@ public class TestMiniSolrCloudCluster extends LuceneTestCase {
|
|||
|
||||
final String collectionName = "testSegmentTerminateEarlyCollection";
|
||||
|
||||
final TestSegmentTerminateEarlyState tstes = new TestSegmentTerminateEarlyState();
|
||||
final SegmentTerminateEarlyTestState tstes = new SegmentTerminateEarlyTestState();
|
||||
|
||||
File solrXml = new File(SolrTestCaseJ4.TEST_HOME(), "solr-no-core.xml");
|
||||
Builder jettyConfig = JettyConfig.builder();
|
||||
|
|
Loading…
Reference in New Issue