From e325a64c44d3ce5c801cac281249a8a24f10e565 Mon Sep 17 00:00:00 2001 From: Chris Leppanen <chris.leppanen@gmail.com> Date: Fri, 29 Jun 2012 18:40:45 -0700 Subject: [PATCH] Fixed: feeds_mapper_file.test. --- tests/feeds_mapper_file.test | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/feeds_mapper_file.test b/tests/feeds_mapper_file.test index fdfd0a6c..15d3f558 100644 --- a/tests/feeds_mapper_file.test +++ b/tests/feeds_mapper_file.test @@ -30,6 +30,7 @@ class FeedsMapperFileTestCase extends FeedsMapperTestCase { // site before running the test, it will work fine. Since it is truly screwy, lets just // force it to use drupal_http_request for this test case. variable_set('feeds_never_use_curl', TRUE); + variable_set('clean_url', TRUE); // Only download simplepie if the plugin doesn't already exist somewhere. // People running tests locally might have it. -- GitLab