Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
18 Oct 2010 at 15:06 UTC
Updated:
15 Apr 2023 at 20:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
alex_b commented- Upgrade tests.
- Add Link module back into Feeds test profile.
Comment #2
Anonymous (not verified) commentedI've started work on the test fixes however, I noticed the use of the deprecated function
split()which I've replaced withpreg_split()instead.Comment #3
Anonymous (not verified) commentedI guess it would help if I attached the patch.
Comment #4
Anonymous (not verified) commentedIn anticipation of a future patch #953728: Upgrade text formats, use on all processors this adds a necessary fourth argument to
link_feeds_set_target()to my link mapper patch.Comment #5
alex_b commented- Cleaned up type check - no need to use $allowed_types when there is only one allowed type.
- Added //$Id$ line
- Added @file comment
Otherwise looking good.
Let's upgrade the tests before we commit that.
Comment #6
Anonymous (not verified) commentedI've added back in the link mapper test and upgraded it for Drupal 7 this patch should be good to go.
Comment #7
Anonymous (not verified) commentedForgot to change the status to needs review.
Comment #8
Anonymous (not verified) commented#7 has been committed http://drupal.org/cvs?commit=445022.
Comment #9
alex_b commentedGreat -
Can you get also rid of the reference to CCK - "... for Link CCK fields. Requires CCK and Link module": http://drupalcode.org/viewvc/drupal/contributions/modules/feeds/tests/fe...
Comment #10
Anonymous (not verified) commentedI've made this changed and committed it here http://drupal.org/cvs?commit=445072.