File tree 2 files changed +2
-2
lines changed
src/test/java/org/elasticsearch/index/analysis
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
34
34
<properties >
35
35
<elasticsearch .version>2.0.0-SNAPSHOT</elasticsearch .version>
36
- <lucene .version>4.7 .0</lucene .version>
36
+ <lucene .version>4.8 .0</lucene .version>
37
37
<tests .jvms>1</tests .jvms>
38
38
<tests .shuffle>true</tests .shuffle>
39
39
<tests .output>onerror</tests .output>
Original file line number Diff line number Diff line change 31
31
import static org .hamcrest .CoreMatchers .is ;
32
32
import static org .hamcrest .CoreMatchers .notNullValue ;
33
33
34
- @ ElasticsearchIntegrationTest .ClusterScope (numNodes = 1 , scope = ElasticsearchIntegrationTest .Scope .SUITE )
34
+ @ ElasticsearchIntegrationTest .ClusterScope (scope = ElasticsearchIntegrationTest .Scope .SUITE )
35
35
public class SimplePolishIntegrationTests extends ElasticsearchIntegrationTest {
36
36
37
37
@ Test
You can’t perform that action at this time.
0 commit comments