Fix removed valid() test.

This commit is contained in:
predominant 2010-06-23 11:34:42 +10:00 committed by mark_story
parent 913d54caa0
commit 6f2cee65b6

View file

@ -212,7 +212,6 @@ class SessionHelperTest extends CakeTestCase {
* @return void
*/
function testValid() {
//wierd it always ends up false in the test suite
//$this->assertFalse($this->Session->valid());
$this->assertFalse($this->Session->valid());
}
}