Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
a707fd63
Commit
a707fd63
authored
Oct 18, 2012
by
Thomas Müller
Browse files
Fixing expectation - comma was stupid anyhow
parent
e417ad6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/lib/util.php
View file @
a707fd63
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment