Fix commit in TestUseDocValuesAsStored

This commit is contained in:
Tomas Fernandez Lobbe 2017-05-16 16:17:31 -07:00
parent 5ba761bcf6
commit 942a0851e9
1 changed files with 1 additions and 1 deletions

View File

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