summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/aggregator/aggregator.test2
-rw-r--r--modules/aggregator/tests/aggregator_test.info (renamed from modules/aggregator/aggregator_test.info)0
-rw-r--r--modules/aggregator/tests/aggregator_test.module (renamed from modules/aggregator/aggregator_test.module)2
-rw-r--r--modules/aggregator/tests/aggregator_test_rss091.xml (renamed from modules/aggregator/aggregator_test_rss091.xml)0
4 files changed, 2 insertions, 2 deletions
diff --git a/modules/aggregator/aggregator.test b/modules/aggregator/aggregator.test
index 058af286c..7d71760a5 100644
--- a/modules/aggregator/aggregator.test
+++ b/modules/aggregator/aggregator.test
@@ -239,7 +239,7 @@ EOF;
}
function getRSS091Sample() {
- return $GLOBALS['base_url'] . '/' . drupal_get_path('module', 'aggregator') . '/aggregator_test_rss091.xml';
+ return $GLOBALS['base_url'] . '/' . drupal_get_path('module', 'aggregator') . '/tests/aggregator_test_rss091.xml';
}
function createSampleNodes() {
diff --git a/modules/aggregator/aggregator_test.info b/modules/aggregator/tests/aggregator_test.info
index 1cc6ebfe8..1cc6ebfe8 100644
--- a/modules/aggregator/aggregator_test.info
+++ b/modules/aggregator/tests/aggregator_test.info
diff --git a/modules/aggregator/aggregator_test.module b/modules/aggregator/tests/aggregator_test.module
index 6ea04db07..4c17d73f6 100644
--- a/modules/aggregator/aggregator_test.module
+++ b/modules/aggregator/tests/aggregator_test.module
@@ -50,7 +50,7 @@ function aggregator_test_feed($use_last_modified = FALSE, $use_etag = FALSE) {
drupal_set_header('Content-Type: application/rss+xml; charset=utf-8');
// Read actual feed from file.
- $file_name = DRUPAL_ROOT . '/' . drupal_get_path('module', 'aggregator') . '/aggregator_test_rss091.xml';
+ $file_name = DRUPAL_ROOT . '/' . drupal_get_path('module', 'aggregator') . '/tests/aggregator_test_rss091.xml';
$handle = fopen($file_name, 'r');
$feed = fread($handle, filesize($file_name));
fclose($handle);
diff --git a/modules/aggregator/aggregator_test_rss091.xml b/modules/aggregator/tests/aggregator_test_rss091.xml
index 9576f7c16..9576f7c16 100644
--- a/modules/aggregator/aggregator_test_rss091.xml
+++ b/modules/aggregator/tests/aggregator_test_rss091.xml