Correctly importing classes in BasicAuthentication test

This commit is contained in:
José Lorenzo Rodríguez 2011-02-22 00:06:11 -04:30
parent 3e7b85dc34
commit b1e007f231

View file

@ -17,8 +17,8 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
App::import('Core', 'HttpSocket');
App::import('Lib', 'http/BasicAuthentication');
App::uses('HttpSocket', 'Network/Http');
App::uses('BasicAuthentication', 'Network/Http');
/**
* BasicMethodTest class