Closed (fixed)
Project:
Feeds
Version:
6.x-1.0-beta11
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2012 at 09:18 UTC
Updated:
21 May 2012 at 22:10 UTC
Almost had the same issue with http://drupal.org/node/1080640. When I enable Simpletest module and go to admin/build/testing got following error.
Fatal error: Class 'FeedsMapperTestCase' not found in /../../modules/feeds/tests/feeds_mapper_locale.test on line 12
Any idea on this error? Thanks!
Comments
Comment #1
danepowell commentedYeah, I am also seeing it and it is breaking the testbot for my project: #1460716: Features module not listed in dependencies
Comment #2
barrett commentedThe cause of the problem is the calls to module_load_include in those files reference the 'test' directory instead of the 'tests' directory. e.g.,
It appears that this is fixed in the current dev version.
Comment #3
danepowell commentedNow that this is fixed, can we release 6.x-1.0-beta12? Without that, automated tests are going to fail for every single module that depends on Feeds.
(#1547608: Release 6.x-1.0-beta12)