diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-04-02 20:50:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-04-02 20:50:37 +0000 |
commit | 238c2a61e6337c6cca094a06ee90667c2ada5988 (patch) | |
tree | 82398872fb675d0cb1aa09758b36f8ff144642ed /modules/aggregator/aggregator.test | |
parent | f3c784ae4090883d12d768c50ff7445610f917db (diff) | |
download | brdo-238c2a61e6337c6cca094a06ee90667c2ada5988.tar.gz brdo-238c2a61e6337c6cca094a06ee90667c2ada5988.tar.bz2 |
- Patch #417560 by JamesAn: moving the test files to a test directory.
Diffstat (limited to 'modules/aggregator/aggregator.test')
-rw-r--r-- | modules/aggregator/aggregator.test | 2 |
1 files changed, 1 insertions, 1 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() { |