Reported by lyicnz #849986-21: Cleaner batch support

- Call to undefined function feeds_include_library() in ..feeds_parser_csv.test line 31
==> add this above line 31
drupal_load('module', 'feeds');

- (pedantic) FeedsDefaultsFastFeedTestCase doesn't actually need views_ui (currently)

- FeedsMapperFileFieldTestCase needs Libraries and SimplePie parser (not mentioned in test description like most others) -- not needed up until this point

- FeedsMapperLinkTestCase should not require devel module, not check for it's permission

CommentFileSizeAuthor
#1 866492-1_cleanup_tests.patch2.44 KBalex_b
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

alex_b’s picture

Status: Active » Needs review
FileSize
2.44 KB
alex_b’s picture

I excluded changes to feeds_defaults tests as there are some significant changes coming down for this module: #851194: Featurize

alex_b’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.