Closed (fixed)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2010 at 19:59 UTC
Updated:
10 Aug 2010 at 20:20 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 866492-1_cleanup_tests.patch | 2.44 KB | alex_b |
Comments
Comment #1
alex_b commentedComment #2
alex_b commentedI excluded changes to feeds_defaults tests as there are some significant changes coming down for this module: #851194: Featurize
Comment #3
alex_b commentedCommitted, thank you.
http://drupal.org/cvs?commit=398562