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:
Yonik Seeley 2012-02-01 19:37:36 +00:00
parent f31cb419e7
commit fca632d48b
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,8 @@ public class BasicFunctionalityTest extends SolrTestCaseJ4 {
@Test @Test
public void testSomeStuff() throws Exception { public void testSomeStuff() throws Exception {
clearIndex();
// test merge factor picked up // test merge factor picked up
SolrCore core = h.getCore(); SolrCore core = h.getCore();