From a707fd639d26c6c8f024bb262fb06395a9a19828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Thu, 18 Oct 2012 22:22:41 +0300 Subject: [PATCH] Fixing expectation - comma was stupid anyhow --- tests/lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/util.php b/tests/lib/util.php index ee82982dad..4012ad857a 100644 --- a/tests/lib/util.php +++ b/tests/lib/util.php @@ -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);