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