From 593bec85b7adba79e10786a75fb49d6da6aeed82 Mon Sep 17 00:00:00 2001 From: AD7six Date: Sun, 2 Aug 2009 23:41:56 +0200 Subject: [PATCH] adding tests for plugin file structure changes --- cake/tests/cases/console/libs/tasks/plugin.test.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/cake/tests/cases/console/libs/tasks/plugin.test.php b/cake/tests/cases/console/libs/tasks/plugin.test.php index 352679f4a..00611022b 100644 --- a/cake/tests/cases/console/libs/tasks/plugin.test.php +++ b/cake/tests/cases/console/libs/tasks/plugin.test.php @@ -125,9 +125,7 @@ class PluginTaskTest extends CakeTestCase { $this->assertTrue(is_dir($path . DS . 'models'), 'No models dir %s'); $this->assertTrue(file_exists($path . DS . 'models' . DS . 'behaviors' . DS . 'empty'), 'No empty file %s'); $this->assertTrue(is_dir($path . DS . 'models' . DS . 'datasources'), 'No datasources dir %s'); - debug($path . DS . 'models' . DS . 'datsources' . DS . 'empty'); $this->assertTrue(file_exists($path . DS . 'models' . DS . 'datasources' . DS . 'empty'), 'No empty file %s'); - die; $this->assertTrue(is_dir($path . DS . 'views'), 'No views dir %s'); $this->assertTrue(is_dir($path . DS . 'views' . DS . 'helpers'), 'No helpers dir %s'); @@ -183,7 +181,6 @@ class PluginTaskTest extends CakeTestCase { $this->assertTrue(file_exists($path . DS . 'vendors' . DS . 'img' . DS . 'empty'), 'No empty file %s'); $this->assertTrue(is_dir($path . DS . 'vendors' . DS . 'shells'), 'No vendors shells dir %s'); - $this->assertTrue(file_exists($path . DS . 'vendors' . DS . 'shells' . 'empty'), 'No empty file %s'); $this->assertTrue(is_dir($path . DS . 'vendors' . DS . 'shells' . DS . 'tasks'), 'No vendors shells tasks dir %s'); $this->assertTrue(file_exists($path . DS . 'vendors' . DS . 'shells' . DS . 'tasks' . DS . 'empty'), 'No empty file %s');