Fixing failing tests in auth and scaffold.

Fixing more tests that had stray buffers.
This commit is contained in:
mark_story 2010-09-25 21:50:28 -04:00
parent 92b57d81ee
commit 2b1bc99eb5
6 changed files with 14 additions and 16 deletions

View file

@ -504,6 +504,7 @@ class AuthTest extends CakeTestCase {
$this->Controller->Session->delete('Message.auth');
$this->initialized = true;
Router::reload();
}
/**