Merge remote branch 'ceeram/2.0-1607' into 2.0

This commit is contained in:
mark_story 2011-03-23 21:43:36 -04:00
commit b1318f8ab8

View file

@ -848,6 +848,9 @@ class AuthTest extends CakeTestCase {
//external authed action
$_SERVER['HTTP_REFERER'] = 'http://webmail.example.com/view/message';
$_GET = array(
'url' => '/posts/edit/1'
);
$this->Auth->Session->delete('Auth');
$url = '/posts/edit/1';
$this->Auth->request = $this->Controller->request = new CakeRequest($url);