git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59765
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
public:
VsnprintfTestCase();
{
public:
VsnprintfTestCase();
private:
CPPUNIT_TEST_SUITE( VsnprintfTestCase );
CPPUNIT_TEST( C );
private:
CPPUNIT_TEST_SUITE( VsnprintfTestCase );
CPPUNIT_TEST( C );
{
// this call is required to avoid check failures when running on machines
// with a locale where the decimal point is not '.'
{
// 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()
}
void VsnprintfTestCase::C()