fix typo; use C locale for VsnprintfTestCase

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2009-03-23 12:17:39 +00:00
parent a5d85ef032
commit 12e91a550c

View File

@ -188,7 +188,7 @@ VsnprintfTestCase::VsnprintfTestCase()
{
// this call is required to avoid check failures when running on machines
// with a locale where the decimal point is not '.'
wxSetlocale(LC_NUMERIC, "English");
wxSetlocale(LC_NUMERIC, "C");
}
void VsnprintfTestCase::C()