[glib] gdatetime: Add a test for %OM
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gdatetime: Add a test for %OM
- Date: Sat, 13 Aug 2011 19:51:37 +0000 (UTC)
commit 655299a0579b8c9b418eab2301201c1fd25d89ae
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Aug 13 15:48:47 2011 -0400
gdatetime: Add a test for %OM
glib/tests/gdatetime.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/glib/tests/gdatetime.c b/glib/tests/gdatetime.c
index 0a9099e..7f7b481 100644
--- 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");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]