projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be93370
)
gdatetime: Add a test for %OM
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 13 Aug 2011 19:48:47 +0000
(15:48 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 13 Aug 2011 19:48:47 +0000
(15:48 -0400)
glib/tests/gdatetime.c
patch
|
blob
|
history
diff --git
a/glib/tests/gdatetime.c
b/glib/tests/gdatetime.c
index
0a9099e
..
7f7b481
100644
(file)
--- a/
glib/tests/gdatetime.c
+++ b/
glib/tests/gdatetime.c
@@
-899,6
+899,7
@@
test_modifiers (void)
{
TEST_PRINTF_TIME (23, 0, 0, "%OH", "\333\262\333\263");
TEST_PRINTF_TIME (23, 0, 0, "%OI", "\333\261\333\261");
+ TEST_PRINTF_TIME (23, 0, 0, "%OM", "\333\260");
TEST_PRINTF_DATE (2011, 7, 1, "%Om", "\333\267");
TEST_PRINTF_DATE (2011, 7, 1, "%-Om", "\333\267");