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:
@@ -188,7 +188,7 @@ VsnprintfTestCase::VsnprintfTestCase()
|
|||||||
{
|
{
|
||||||
// this call is required to avoid check failures when running on machines
|
// this call is required to avoid check failures when running on machines
|
||||||
// with a locale where the decimal point is not '.'
|
// with a locale where the decimal point is not '.'
|
||||||
wxSetlocale(LC_NUMERIC, "English");
|
wxSetlocale(LC_NUMERIC, "C");
|
||||||
}
|
}
|
||||||
|
|
||||||
void VsnprintfTestCase::C()
|
void VsnprintfTestCase::C()
|
||||||
|
Reference in New Issue
Block a user