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