removing loader.test.php from configure.group.php to make it work again

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6818 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
DarkAngelBGE 2008-05-12 18:21:13 +00:00
parent db11f9ef91
commit cdbc556db8

View file

@ -39,9 +39,7 @@ class ConfigureGroupTest extends GroupTest {
function ConfigureGroupTest() { function ConfigureGroupTest() {
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'configure'); TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'configure');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'loader');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'class_registry'); TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'class_registry');
} }
} }
?> ?>