Skip to content

Commit

Permalink
Fixing DigestAuthenticate Test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 5, 2011
1 parent 98c8cda commit 6d96c38
Showing 1 changed file with 4 additions and 5 deletions.
Expand Up @@ -14,11 +14,10 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

App::import('Component', 'auth/digest_authenticate');
App::import('Model', 'AppModel');
App::import('Core', 'CakeRequest');
App::import('Core', 'CakeResponse');

App::uses('DigestAuthenticate', 'Controller/Component/Auth');
App::uses('AppModel', 'Model');
App::uses('CakeRequest', 'Network');
App::uses('CakeResponse', 'Network');

require_once CAKE_TESTS . 'cases' . DS . 'libs' . DS . 'model' . DS . 'models.php';

Expand Down

0 comments on commit 6d96c38

Please sign in to comment.