Fixing constant use

This commit is contained in:
Jose Lorenzo Rodriguez 2011-04-11 22:17:59 -04:30
parent cbdafb3f3b
commit 9d90c555eb

View file

@ -118,7 +118,7 @@ class MediaViewTest extends CakeTestCase {
*/
function testRenderWithUnknownFileType() {
$this->MediaView->viewVars = array(
'path' => TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'config' . DS,
'path' => LIBS . 'tests' . DS . 'test_app' . DS . 'config' . DS,
'id' => 'no_section.ini',
'extension' => 'ini',
);