Fixing expectation - comma was stupid anyhow

This commit is contained in:
Thomas Müller 2012-10-18 22:22:41 +03:00
parent e417ad6b16
commit a707fd639d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Test_Util extends UnitTestCase {
function testFormatDate() {
$result = OC_Util::formatDate(1350129205);
$expected = 'October 13, 2012, 11:53';
$expected = 'October 13, 2012 11:53';
$this->assertEquals($expected $result);
$result = OC_Util::formatDate(1102831200, true);