]> git.saurik.com Git - wxWidgets.git/commit
Fix unit test French locate checks for glibc >= 2.8.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 20 Feb 2012 10:59:37 +0000 (10:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 20 Feb 2012 10:59:37 +0000 (10:59 +0000)
commit9362d82351de459a26b59797bd3f44fb506ebe28
tree5ade2d6531a0be988a75a5ec07a60240c6b11453
parenteeea7e8cf03cd1ded128ed1d03efedd598c2dc8d
Fix unit test French locate checks for glibc >= 2.8.

Until 2.7 glibc wrongly used periods instead of slashes as separators for the
French date format and the test accounted for this, breaking it with recent
glibc versions in which this bug was fixed.

Fix this by limiting the workaround to the old glibc versions only.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/intl/intltest.cpp