"Removed Configure::write(); left over code when using Auth in the test"

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6373 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2008-01-13 03:55:10 +00:00
parent 11afd24c19
commit 6419ee2bc7

View file

@ -70,7 +70,6 @@ class ComponentTest extends CakeTestCase {
$this->assertTrue(is_object($Controller->Security));
$this->assertTrue(is_object($Controller->Security->Session));
Configure::write('Security.salt', 'oUubWwvniR2G0FgaC9miDYhG93b0qyJfIxfs2guV');
$Controller = new ComponentTestController();
$Controller->components = array('Security', 'Cookie', 'RequestHandler');