Simpletest tests are broken, getting the following error:
Fatal error: Class 'DrupalTestCase' not found in /.../modules/messaging/tests/messaging_testcase.inc on line 8

Marking as critical because once you have the messaging module enable Simpletest crashes all the time and you cannot run tests at all.

Comments

mariuss’s picture

jose reyero’s picture

Status: Active » Closed (works as designed)

All the tests have been upgraded because we are using simpletest 6.x-2.4 now. See changelog.

jose reyero’s picture

Umm, I think we have a version mess here.

On rc2 we were using the previous version of simpletest. We are using the new one (6.x-2.4) now, dev branch.

Anyway, I think this is truly a Simpletest issue, which is affecting other modules too. As some modules are using simpletest 6.x-1 and others are using 6.x-2, it seems you cannot have both classes of modules on the same install and try to run simpletest.

mariuss’s picture

Status: Closed (works as designed) » Active

If you have to chose then please make it work with 6.x-2.4, makes more sense to me.

jose reyero’s picture

Priority: Critical » Minor
Status: Active » Closed (fixed)

it does work with 6.x-2.4