[glib] gdatetime: Add a test for %OM



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]