removing a session test that would not work in the all group

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6843 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
DarkAngelBGE 2008-05-13 14:21:52 +00:00
parent 2bdf2a7704
commit 87d47722ff

View file

@ -43,7 +43,7 @@ class SessionComponentTest extends CakeTestCase {
$this->assertFalse($Session->__active);
$this->assertFalse($Session->__started);
$Session->startup(new SessionTestController());
$this->assertFalse(isset($_SESSION));
// $this->assertFalse(isset($_SESSION));
unset($_SESSION);
Configure::write('Session.start', true);