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

danepowell’s picture

Yeah, I am also seeing it and it is breaking the testbot for my project: #1460716: Features module not listed in dependencies

barrett’s picture

Status: Active » Fixed

The 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.,

module_load_include('test', 'feeds', 'test/feeds_mapper');

It appears that this is fixed in the current dev version.

danepowell’s picture

Now 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)

Status: Fixed » Closed (fixed)

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