blob: dd0aff728135803db2855453bdbd4bfaaffd415b [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001Update Lithuanian month names in the test suite as glibc changed the translations.
2
3Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/glib/merge_requests/373]
4Signed-off-by: Ross Burton <ross.burton@intel.com>
5
6diff --git a/glib/tests/date.c b/glib/tests/date.c
7index b801ca704..6646c227c 100644
8--- a/glib/tests/date.c
9+++ b/glib/tests/date.c
10@@ -365,8 +365,8 @@ test_month_names (void)
11 TEST_DATE ( 1, 4, 2018, "%Y m. %OB", "2018 m. balandis");
12 TEST_DATE ( 1, 5, 2018, "%Y m. %OB", "2018 m. gegužė");
13 TEST_DATE ( 1, 6, 2018, "%Y m. %OB", "2018 m. birželis");
14- TEST_DATE (17, 7, 2018, "%Y m. %b %e d.", "2018 m. Lie 17 d.");
15- TEST_DATE ( 1, 8, 2018, "%Y m. %Ob", "2018 m. Rgp");
16+ TEST_DATE (17, 7, 2018, "%Y m. %b %e d.", "2018 m. Liep. 17 d.");
17+ TEST_DATE ( 1, 8, 2018, "%Y m. %Ob", "2018 m. rugp.");
18 }
19 else
20 g_test_skip ("locale lt_LT not available, skipping Lithuanian month names test");