Browse Source

Merge pull request #5279 from ceeram/3.0-testfix

string concatenation fixed
Mark Story 11 years ago
parent
commit
4a8e757e9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Network/Email/EmailTest.php

+ 1 - 1
tests/TestCase/Network/Email/EmailTest.php

@@ -1256,7 +1256,7 @@ class EmailTest extends TestCase {
 			"\r\n" .
 			"\r\n" .
 			"--rel-$boundary\r\n" .
-			"Content-Disposition: inline; filename=\"cake.png\"\r\n";
+			"Content-Disposition: inline; filename=\"cake.png\"\r\n" .
 			"Content-Type: application/octet-stream\r\n" .
 			"Content-Transfer-Encoding: base64\r\n" .
 			"Content-ID: <abc123>\r\n" .