I have added a simple SimpleTest to branch 6.x-5.x of the Video module and enabled automatic testing. The test fails with an error message generated by a .test file from the CCK module (fieldgroup.test). The video test file does not reference this CCK test, so my question is why this bug in the CCK module is causing my tests to fail.

Test: http://qa.drupal.org/pifr/test/216803
Related CCK bug: #1363036: Class 'ContentCrudTestCase' not found

Comments

jthorson’s picture

There is an issue with the current testbot code, in that it also runs the tests for any dependent modules. This has been resolved in the current -dev, but hasn't been deployed to the testbots yet.

rfay’s picture

And BTW, the testing of unrelated modules is a D6 only problem.

Jorrit’s picture

Status: Active » Fixed

Ok, thanks for your quick responses. I'll close the issue and wait for the next update of the test bot. Any estimates on when this happens?

jthorson’s picture

An early release candidate which should address this is currently running on testbot 699 ... I've got one more major to track down before rolling 6.x-2.8, but would guess that shouldn't be more than a couple of weeks.

Status: Fixed » Closed (fixed)

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