Call SetCLocale() on tests startup to avoid problems with wxDateTime parsing
that happen when the user locale is different from "C" one under Windows.
See #14918.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73244
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( !TestAppBase::OnInit() )
return false;
if ( !TestAppBase::OnInit() )
return false;
#if wxUSE_GUI
cout << "Test program for wxWidgets GUI features\n"
#else
#if wxUSE_GUI
cout << "Test program for wxWidgets GUI features\n"
#else