You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix shapefile test failures if locale is C (#3523)
QString::localeAwareCompare() is case insensitive for common locales,
but case sensitive for the C locale. So use an explicit case
insensitive comparison in that later case to avoid test failures.
0 commit comments