Closed (fixed)
Project:
Messaging
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2008 at 20:17 UTC
Updated:
27 Oct 2008 at 12:43 UTC
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
Comment #1
mariuss commentedSimilar to #320350: Upgrade tests to Simpletest 2.x
Comment #2
jose reyero commentedAll the tests have been upgraded because we are using simpletest 6.x-2.4 now. See changelog.
Comment #3
jose reyero commentedUmm, 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.
Comment #4
mariuss commentedIf you have to chose then please make it work with 6.x-2.4, makes more sense to me.
Comment #5
jose reyero commentedit does work with 6.x-2.4