Browse Source

Fix path in Testsuite.

mark_story 14 years ago
parent
commit
ed22c17eba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Test/Case/AllDatabaseTest.php

+ 1 - 1
lib/Cake/Test/Case/AllDatabaseTest.php

@@ -36,7 +36,7 @@ class AllDatabaseTest extends PHPUnit_Framework_TestSuite {
 
 		$path = CORE_TEST_CASES . DS . 'Model' . DS;
 		$tasks = array(
-			'DbAcl',
+			'AclNode',
 			'CakeSchema',
 			'ConnectionManager',
 			'Datasource' . DS . 'DboSource',