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
This commit is contained in:
Rafal Luzynski 2018-03-13 00:57:59 +01:00 committed by Philip Withnall
parent 423bf53b04
commit 7fe793e125

View File

@ -1638,7 +1638,7 @@ test_month_names (void)
TEST_PRINTF_DATE (2018, 4, 1, "%OB", "Απρίλιος"); TEST_PRINTF_DATE (2018, 4, 1, "%OB", "Απρίλιος");
TEST_PRINTF_DATE (2018, 5, 1, "%OB", "Μάιος"); TEST_PRINTF_DATE (2018, 5, 1, "%OB", "Μάιος");
TEST_PRINTF_DATE (2018, 6, 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", "Αύγ"); TEST_PRINTF_DATE (2018, 8, 1, "%Ob", "Αύγ");
} }
else else
@ -1668,8 +1668,8 @@ test_month_names (void)
TEST_PRINTF_DATE (2018, 4, 1, "%OB", "balandis"); TEST_PRINTF_DATE (2018, 4, 1, "%OB", "balandis");
TEST_PRINTF_DATE (2018, 5, 1, "%OB", "gegužė"); TEST_PRINTF_DATE (2018, 5, 1, "%OB", "gegužė");
TEST_PRINTF_DATE (2018, 6, 1, "%OB", "birželis"); TEST_PRINTF_DATE (2018, 6, 1, "%OB", "birželis");
TEST_PRINTF_DATE (2018, 7, 1, "%b", "Lie"); TEST_PRINTF_DATE (2018, 7, 1, "%b", "liep.");
TEST_PRINTF_DATE (2018, 8, 1, "%Ob", "Rgp"); TEST_PRINTF_DATE (2018, 8, 1, "%Ob", "rugp.");
} }
else else
g_test_skip ("locale lt_LT not available, skipping Lithuanian month names test"); g_test_skip ("locale lt_LT not available, skipping Lithuanian month names test");