Fixing expectation - comma was stupid anyhow
This commit is contained in:
parent
e417ad6b16
commit
a707fd639d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue