From 442a69902f34df99b69cc3c84f8ed4942d635a8e Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Sun, 18 Jul 2010 16:56:54 +0000 Subject: [PATCH] Fix tests broken with latest commit to FeedsImporter.inc http://drupalcode.org/viewvc/drupal/contributions/modules/feeds/includes/FeedsImporter.inc?r1=1.20&r2=1.21 --- tests/feeds.test.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/feeds.test.inc b/tests/feeds.test.inc index f1661282..51b02656 100644 --- a/tests/feeds.test.inc +++ b/tests/feeds.test.inc @@ -98,6 +98,8 @@ class FeedsWebTestCase extends DrupalWebTestCase { // Assert message and presence of default plugins. $this->assertText('Your configuration has been created with default settings.'); $this->assertPlugins($id, 'FeedsHTTPFetcher', 'FeedsSyndicationParser', 'FeedsNodeProcessor'); + // Per default attach to page content type. + $this->setSettings($id, NULL, array('content_type' => 'page')); } /** -- GitLab