Skip to content

Commit

Permalink
Fixed failing test case due to changes in 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phally committed Jan 21, 2010
1 parent 984dc50 commit 2e46504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/tests/cases/libs/controller/components/email.test.php 100644 → 100755
Expand Up @@ -584,6 +584,7 @@ function testMessageRetrievalWithTemplate() {
)); ));


$this->Controller->set('value', 22091985); $this->Controller->set('value', 22091985);
$this->Controller->set('title_for_layout', 'EmailTest');


$this->Controller->EmailTest->to = 'postmaster@localhost'; $this->Controller->EmailTest->to = 'postmaster@localhost';
$this->Controller->EmailTest->from = 'noreply@example.com'; $this->Controller->EmailTest->from = 'noreply@example.com';
Expand Down

0 comments on commit 2e46504

Please sign in to comment.