From e3f9824931c3546b78b5dfc33dfa22fa0f41fbca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Fri, 6 Nov 2015 17:04:43 +0100 Subject: [PATCH] Tests: Move DateHistogramTests back to core module DateHistogramTests had some dependency on groovy scripts and were moved to the lang-groovy module. This PR moves it back and replaces use of groovy scripts by a mock script engine. Removing three test cases that were testing doing some date manipulation using script, since these are more groovy script tests than testing the DateHistogram aggregation. --- .../elasticsearch/search/aggregations/bucket/DateHistogramIT.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename plugins/lang-groovy/src/test/java/org/elasticsearch/messy/tests/DateHistogramTests.java => core/src/test/java/org/elasticsearch/search/aggregations/bucket/DateHistogramIT.java (100%) diff --git a/plugins/lang-groovy/src/test/java/org/elasticsearch/messy/tests/DateHistogramTests.java b/core/src/test/java/org/elasticsearch/search/aggregations/bucket/DateHistogramIT.java similarity index 100% rename from plugins/lang-groovy/src/test/java/org/elasticsearch/messy/tests/DateHistogramTests.java rename to core/src/test/java/org/elasticsearch/search/aggregations/bucket/DateHistogramIT.java