Skip to content
Snippets Groups Projects
Commit a707fd63 authored by Thomas Müller's avatar Thomas Müller
Browse files

Fixing expectation - comma was stupid anyhow

parent e417ad6b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment