Switch to de_DE

nl_NL doesn't seem to exist on the ci server.
This commit is contained in:
mark_story 2012-06-18 23:25:42 -04:00
parent 001e89bf3f
commit 77fc8a9d33

View file

@ -491,7 +491,7 @@ class CakeNumberTest extends CakeTestCase {
*/
public function testReadableSizeLocalized() {
$restore = setlocale(LC_NUMERIC, 0);
setlocale(LC_NUMERIC, 'nl_NL');
setlocale(LC_NUMERIC, 'de_DE');
$result = $this->Number->toReadableSize(1321205);
$this->assertEquals('1,26 MB', $result);