silverstripe-cms/tests
Sean Harvey ed8ee4e9b8 ContentControllerSearchExtensionTest doesn't clean up after itself.
The problem is FulltextSearchable::enable() does two things:
It enables the extension, as well as sets the MySQL create table option
to MyISAM. Later tests run with the extension enabled, because it doesn't
get removed at the end of the test, but the table type is set back to
InnoDB when the test is reset and schema recreated.

This produces side-effects where later tests in a suite tries to run
ALTER TABLE on File and add fulltext indexes when the table type
is set to InnoDB, causing an error.
2013-10-22 15:26:40 +13:00
..
behat Fixed report link escaping 2013-10-02 12:01:34 +02:00
controller ContentControllerSearchExtensionTest doesn't clean up after itself. 2013-10-22 15:26:40 +13:00
model FIX Add SiteTree link tracking as an extension, and apply to SiteTree itself 2013-08-09 11:46:32 +02:00
reports API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
salad MINOR: Tweaks to ModelAdmin tabs HTML, and salad tests 2011-02-02 17:53:33 +13:00
search Merge remote-tracking branch 'origin/3.0' into 3.1.0 2013-08-20 20:59:44 +02:00
tasks API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00