do not translate error message in test case

This commit is contained in:
euromark 2013-05-28 03:25:52 +02:00
parent 75b5a323e4
commit bebb8ec416

View file

@ -1973,7 +1973,7 @@ HTML;
$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');
}
}