From 7ece2829dd5ae0b25c84651dfba79b4f03ff80bb Mon Sep 17 00:00:00 2001
From: MegaChriz <megachriz@hotmail.com>
Date: Fri, 5 Feb 2016 22:16:50 +0100
Subject: [PATCH] by MegaChriz: test dependencies should be specified in the
 main module.info file and be in the form project:module (see also issue
 2651854).

---
 feeds.info             | 6 ++++++
 tests/feeds_tests.info | 5 -----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/feeds.info b/feeds.info
index 94186aee..4430ffd3 100644
--- a/feeds.info
+++ b/feeds.info
@@ -5,6 +5,12 @@ core = 7.x
 dependencies[] = ctools
 dependencies[] = job_scheduler
 
+test_dependencies[] = date:date
+test_dependencies[] = entity_translation:entity_translation
+test_dependencies[] = feeds_xpathparser:feeds_xpathparser
+test_dependencies[] = link:link
+test_dependencies[] = i18n:i18n_taxonomy
+
 files[] = includes/FeedsConfigurable.inc
 files[] = includes/FeedsImporter.inc
 files[] = includes/FeedsSource.inc
diff --git a/tests/feeds_tests.info b/tests/feeds_tests.info
index 5c715754..f6cd2f5f 100644
--- a/tests/feeds_tests.info
+++ b/tests/feeds_tests.info
@@ -3,9 +3,4 @@ description = "Support module for Feeds related testing."
 package = Testing
 version = VERSION
 core = 7.x
-test_dependencies[] = date
-test_dependencies[] = entity_translation
-test_dependencies[] = feeds_xpathparser
-test_dependencies[] = link
-test_dependencies[] = i18n_taxonomy
 hidden = TRUE
-- 
GitLab