mirror of https://github.com/apache/lucene.git
Fix commit in TestUseDocValuesAsStored
This commit is contained in:
parent
5ba761bcf6
commit
942a0851e9
|
@ -109,7 +109,7 @@ public class TestUseDocValuesAsStored extends AbstractBadConfigTestBase {
|
|||
@After
|
||||
private void afterTest() throws Exception {
|
||||
clearIndex();
|
||||
commit();
|
||||
assertU(commit());
|
||||
deleteCore();
|
||||
System.clearProperty("managed.schema.mutable");
|
||||
System.clearProperty("enable.update.log");
|
||||
|
|
Loading…
Reference in New Issue