From 1aba0eb91efd5d31912a5234a6bdd2d4f0881937 Mon Sep 17 00:00:00 2001 From: Chris Leppanen <chris.leppanen@gmail.com> Date: Fri, 29 Jun 2012 18:07:02 -0700 Subject: [PATCH] Fixed: feeds_mapper_file.test. --- tests/feeds_mapper_file.test | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/feeds_mapper_file.test b/tests/feeds_mapper_file.test index 15d3f558..fdfd0a6c 100644 --- a/tests/feeds_mapper_file.test +++ b/tests/feeds_mapper_file.test @@ -30,7 +30,6 @@ 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