Fix commit in TestUseDocValuesAsStored

This commit is contained in:
Tomas Fernandez Lobbe 2017-05-16 16:17:31 -07:00
parent 5ba761bcf6
commit 942a0851e9

View File

@ -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");