tests: Update month name check for Lithuanian locale

Update the abbreviated month name in the test to match the GNU libc
translation, coming from CLDR.

Fixes #1562
This commit is contained in:
Emmanuele Bassi 2018-10-04 14:43:53 +02:00 committed by Philip Withnall
parent 1211c4503b
commit bf51470ade

View File

@ -365,8 +365,8 @@ test_month_names (void)
TEST_DATE ( 1, 4, 2018, "%Y m. %OB", "2018 m. balandis");
TEST_DATE ( 1, 5, 2018, "%Y m. %OB", "2018 m. gegužė");
TEST_DATE ( 1, 6, 2018, "%Y m. %OB", "2018 m. birželis");
TEST_DATE (17, 7, 2018, "%Y m. %b %e d.", "2018 m. Lie 17 d.");
TEST_DATE ( 1, 8, 2018, "%Y m. %Ob", "2018 m. Rgp");
TEST_DATE (17, 7, 2018, "%Y m. %b %e d.", "2018 m. liep. 17 d.");
TEST_DATE ( 1, 8, 2018, "%Y m. %Ob", "2018 m. rugp.");
}
else
g_test_skip ("locale lt_LT not available, skipping Lithuanian month names test");