CC-5651: Unit Test the Scheduler

Removed unused code
This commit is contained in:
drigato 2014-01-08 15:52:46 -05:00
parent ef13d5966f
commit 71022b1413
1 changed files with 0 additions and 6 deletions

View File

@ -18,12 +18,6 @@ class TestHelper
//the default storage is a session with namespace Zend_Auth
$authStorage = $auth->getStorage();
$authStorage->write($userInfo);
//Application_Model_LoginAttempts::resetAttempts($_SERVER['REMOTE_ADDR']);
//Application_Model_Subjects::resetLoginAttempts($username);
//$tempSess = new Zend_Session_Namespace("referrer");
//$tempSess->referrer = 'login';
}
}
}