move trigger tests to top-level x-pack test directory

Original commit: elastic/x-pack-elasticsearch@d29aeddae8
This commit is contained in:
Areek Zillur 2016-06-01 15:04:05 -04:00
parent a7aa18aa17
commit f9c214ac1c
16 changed files with 0 additions and 2 deletions

View File

@ -26,8 +26,6 @@ import java.util.List;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import static org.elasticsearch.xpack.trigger.schedule.Schedules.hourly;
import static org.elasticsearch.xpack.trigger.schedule.Schedules.interval;
import static org.hamcrest.Matchers.is;
import static org.joda.time.DateTimeZone.UTC;