Removing test ignore

This commit is contained in:
Mark Story 2010-01-21 13:24:22 -05:00
parent dff7e17fa2
commit e150db2a45

View file

@ -73,7 +73,7 @@ class CacheTest extends CakeTestCase {
*
* @return void
*/
function XXtestConfigWithLibAndPluginEngines() {
function testConfigWithLibAndPluginEngines() {
App::build(array(
'libs' => array(TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'libs' . DS),
'plugins' => array(TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'plugins' . DS)