mirror of https://github.com/apache/lucene.git
tests: fix failure due to other methods using same id space
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239284 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f31cb419e7
commit
fca632d48b
|
@ -119,6 +119,8 @@ public class BasicFunctionalityTest extends SolrTestCaseJ4 {
|
|||
|
||||
@Test
|
||||
public void testSomeStuff() throws Exception {
|
||||
clearIndex();
|
||||
|
||||
// test merge factor picked up
|
||||
SolrCore core = h.getCore();
|
||||
|
||||
|
|
Loading…
Reference in New Issue