summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafal Luzynski <digitalfreak@lingonborough.com>2018-03-13 00:57:59 +0100
committerPhilip Withnall <withnall@endlessm.com>2018-03-13 10:49:38 +0000
commit7fe793e125c316ac34edd8158df5a132cb044bc1 (patch)
tree9b461ae61e6c665fd55828c8017ced9a0ba4ccea
parent423bf53b04c0c765d05ec4fd58c6f1744812080a (diff)
downloadglib-7fe793e125c316ac34edd8158df5a132cb044bc1.tar.gz
tests: Update month names
Update the abbreviated month names in the test to match the actual content of the translated *.po files for Greek and Lithuanian. https://bugzilla.gnome.org/show_bug.cgi?id=793645
-rw-r--r--glib/tests/gdatetime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/glib/tests/gdatetime.c b/glib/tests/gdatetime.c
index f62f988a7..b06e2eacc 100644
--- a/glib/tests/gdatetime.c
+++ b/glib/tests/gdatetime.c
@@ -1638,7 +1638,7 @@ test_month_names (void)
TEST_PRINTF_DATE (2018, 4, 1, "%OB", "Απρίλιος");
TEST_PRINTF_DATE (2018, 5, 1, "%OB", "Μάιος");
TEST_PRINTF_DATE (2018, 6, 1, "%OB", "Ιούνιος");
- TEST_PRINTF_DATE (2018, 7, 1, "%b", "Ιούλ");
+ TEST_PRINTF_DATE (2018, 7, 1, "%b", "Ιουλ");
TEST_PRINTF_DATE (2018, 8, 1, "%Ob", "Αύγ");
}
else
@@ -1668,8 +1668,8 @@ test_month_names (void)
TEST_PRINTF_DATE (2018, 4, 1, "%OB", "balandis");
TEST_PRINTF_DATE (2018, 5, 1, "%OB", "gegužė");
TEST_PRINTF_DATE (2018, 6, 1, "%OB", "birželis");
- TEST_PRINTF_DATE (2018, 7, 1, "%b", "Lie");
- TEST_PRINTF_DATE (2018, 8, 1, "%Ob", "Rgp");
+ TEST_PRINTF_DATE (2018, 7, 1, "%b", "liep.");
+ TEST_PRINTF_DATE (2018, 8, 1, "%Ob", "rugp.");
}
else
g_test_skip ("locale lt_LT not available, skipping Lithuanian month names test");