Skip to content

Commit

Permalink
do not translate error message in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed May 28, 2013
1 parent 75b5a32 commit bebb8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Network/Email/CakeEmailTest.php
Expand Up @@ -1973,7 +1973,7 @@ public function assertLineLengths($message) {
$lines = explode("\r\n", $message);
foreach ($lines as $line) {
$this->assertTrue(strlen($line) <= CakeEmail::LINE_LENGTH_MUST,
__d('cake_dev', 'Line length exceeds the max. limit of %s', 'CakeEmail::LINE_LENGTH_MUST'));
'Line length exceeds the max. limit of CakeEmail::LINE_LENGTH_MUST');
}
}

Expand Down

0 comments on commit bebb8ec

Please sign in to comment.