http://drupalcode.org/viewvc/drupal/contributions/modules/feeds/includes/FeedsImporter.inc?r1=1.20&r2=1.21
// 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'));
}
/**