https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183818|0 |1 is obsolete| | --- Comment #94 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 183886 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183886&action=edit Bug 36947: (QA follow-up) Add skippable unit test for fi_FI locale This patch adds a skippable unit test for the fi_FI locale to prove that the patches work well for other locales that don't use the default Unicode collation. It will run on koha-testing-docker, but will be skipped on systems lacking it. This patch also fleshes out the existing unit tests a bit more to prove that the patches also improves the sorting of names with diacritics generally. That is, the default Unicode sort is better than the existing stringwise/bytewise sort even for English and French locales. Test plan: 0. prove -v t/Koha/SearchEngine/Elasticsearch/Search.t \ t/db_dependent/Search_FacetSorting.t Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.