mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
tests: Update month name check for Greek locale
Update the abbreviated month name in the test to match the actual translation. Otherwise the test fails with false positive. Vocabulary: July (nominative) - Greek: Ιούλιος (abbreviated: Ιούλ) Of July (genitive) - Greek: Ιουλίου (abbreviated: Ιουλ) This is similar to commit4d215e006e
and commit7fe793e125
. Closes #1776
This commit is contained in:
parent
ebd2116d89
commit
35c28be327
@ -388,7 +388,7 @@ test_month_names (void)
|
||||
TEST_DATE ( 1, 4, 2018, "%OB %Y", "Απρίλιος 2018");
|
||||
TEST_DATE ( 1, 5, 2018, "%OB %Y", "Μάιος 2018");
|
||||
TEST_DATE ( 1, 6, 2018, "%OB %Y", "Ιούνιος 2018");
|
||||
TEST_DATE (16, 7, 2018, "%e %b %Y", "16 Ιούλ 2018");
|
||||
TEST_DATE (16, 7, 2018, "%e %b %Y", "16 Ιουλ 2018");
|
||||
TEST_DATE ( 1, 8, 2018, "%Ob %Y", "Αύγ 2018");
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user