Fixed failing test case due to changes in 1.3.

This commit is contained in:
Phally 2010-01-21 23:07:42 +01:00
parent 984dc50f37
commit 2e46504d05

View file

@ -584,6 +584,7 @@ TEXTBLOC;
));
$this->Controller->set('value', 22091985);
$this->Controller->set('title_for_layout', 'EmailTest');
$this->Controller->EmailTest->to = 'postmaster@localhost';
$this->Controller->EmailTest->from = 'noreply@example.com';