Fixing Email test to account for whitespace changes done on view files.

This commit is contained in:
mark_story 2009-11-03 17:39:59 -05:00
parent df4cd12d0f
commit 3b3ceddfdb

View file

@ -408,8 +408,6 @@ HEADBLOC;
This is the body of the message
This email was sent using the CakePHP Framework, http://cakephp.org.
TEXTBLOC;
$html = <<<HTMLBLOC
@ -417,7 +415,7 @@ TEXTBLOC;
<html>
<head>
<title>EmailTest</title>
<title>Email Test</title>
</head>
<body>
@ -425,7 +423,6 @@ TEXTBLOC;
<p>This email was sent using the <a href="http://cakephp.org">CakePHP Framework</a></p>
</body>
</html>
HTMLBLOC;
$this->Controller->EmailTest->sendAs = 'text';
@ -452,7 +449,7 @@ HTMLBLOC;
<html>
<head>
<title>EmailTest</title>
<title>Email Test</title>
</head>
<body>
@ -477,8 +474,6 @@ standards.
This is the body of the message
This email was sent using the CakePHP Framework, http://cakephp.org.
TEXTBLOC;
$this->Controller->EmailTest->sendAs = 'text';