One too many...

This commit is contained in:
Andrew Raines 2013-09-23 15:09:35 -05:00
parent 16cde6f10a
commit 362c3f7895

View File

@ -133,6 +133,7 @@ public abstract class AbstractIntegrationTest extends ElasticSearchTestCase {
assert false : "Unknonw Scope: [" + currentClusterScope + "]";
}
currentCluster.beforeTest(getRandom(), Double.isNaN(TRANSPORT_CLIENT_RATIO) ? randomDouble() : TRANSPORT_CLIENT_RATIO);
wipeIndices();
wipeTemplates();
randomIndexTemplate();
logger.info("[{}#{}]: before test", getTestClass().getSimpleName(), getTestName());