From 633afa77dd1cea40404d8f2de37a62674b39ec4a Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Thu, 18 Oct 2018 22:53:10 +0200 Subject: [PATCH] Inline test classes into qa module instead of a new module --- .../org/elasticsearch/xpack/ccr/ESCCRRestTestCase.java | 0 x-pack/plugin/ccr/qa/test-common/build.gradle | 8 -------- 2 files changed, 8 deletions(-) rename x-pack/plugin/ccr/qa/{test-common => }/src/main/java/org/elasticsearch/xpack/ccr/ESCCRRestTestCase.java (100%) delete mode 100644 x-pack/plugin/ccr/qa/test-common/build.gradle diff --git a/x-pack/plugin/ccr/qa/test-common/src/main/java/org/elasticsearch/xpack/ccr/ESCCRRestTestCase.java b/x-pack/plugin/ccr/qa/src/main/java/org/elasticsearch/xpack/ccr/ESCCRRestTestCase.java similarity index 100% rename from x-pack/plugin/ccr/qa/test-common/src/main/java/org/elasticsearch/xpack/ccr/ESCCRRestTestCase.java rename to x-pack/plugin/ccr/qa/src/main/java/org/elasticsearch/xpack/ccr/ESCCRRestTestCase.java diff --git a/x-pack/plugin/ccr/qa/test-common/build.gradle b/x-pack/plugin/ccr/qa/test-common/build.gradle deleted file mode 100644 index de3536025688c..0000000000000 --- a/x-pack/plugin/ccr/qa/test-common/build.gradle +++ /dev/null @@ -1,8 +0,0 @@ -apply plugin: 'elasticsearch.build' - -archivesBaseName = 'ccr-qa-test-common' -test.enabled = false - -dependencies { - compile project(':test:framework') -} \ No newline at end of file