Stop showing locale in the beginning of the unit test
This is useless, it is always just "C" as we haven't changed it yet.
This commit is contained in:
@@ -559,7 +559,6 @@ bool TestApp::OnInit()
|
|||||||
<< "\n"
|
<< "\n"
|
||||||
<< "running under " << wxGetOsDescription()
|
<< "running under " << wxGetOsDescription()
|
||||||
<< " as " << wxGetUserId()
|
<< " as " << wxGetUserId()
|
||||||
<< ", locale is " << setlocale(LC_ALL, NULL)
|
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
|
|
||||||
#if wxUSE_GUI
|
#if wxUSE_GUI
|
||||||
|
Reference in New Issue
Block a user