Closed (fixed)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2011 at 08:00 UTC
Updated:
10 Aug 2011 at 19:01 UTC
Jump to comment: Most recent file
Hello,
This morning the continuous integration showed up an error with the new beta 11.
It seems that the following line is not right:
module_load_include('test', 'feeds', 'test/feeds');
It should be replaced by:
module_load_include('test', 'feeds', 'tests/feeds');
I made a patch who fix this. I hope it will work.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 0001-Fix-paths-to-parent-test-classes.patch | 8.27 KB | carlos8f |
| #1 | fix_simpletests_includes-1203578.patch | 7.95 KB | pol |
Comments
Comment #1
polHere is the patch. Tested and working.
Comment #2
carlos8f commentedyep, that's better.
Comment #3
carlos8f commentedactually here's the properly rolled git patch.
Comment #4
dave reid#3 was missing a chunk - I already had #1 applied locally, so committed to Git.
http://drupalcode.org/project/feeds.git/commit/dab7051