Add wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -720,7 +720,7 @@ void StringTestCase::ToDouble()
|
||||
wxLocale *locale = new wxLocale;
|
||||
|
||||
// don't load default catalog, it may be unavailable:
|
||||
CPPUNIT_ASSERT( locale->Init(wxLANGUAGE_FRENCH, wxLOCALE_CONV_ENCODING) );
|
||||
CPPUNIT_ASSERT( locale->Init(wxLANGUAGE_FRENCH, wxLOCALE_DONT_LOAD_DEFAULT | wxLOCALE_CONV_ENCODING) );
|
||||
|
||||
static const struct ToDoubleData doubleData2[] =
|
||||
{
|
||||
|
Reference in New Issue
Block a user