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