Use "C" locale for locale-dependent part of TextCtrlTestCase.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Aug 2010 23:46:02 +0000 (23:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Aug 2010 23:46:02 +0000 (23:46 +0000)
commit8859c7293e9ed8a518412cfa635005a8cc4dc527
tree6c931cc9cc4685839e4ecae7e62b595323bf203b
parent83527a0ab20a284bf97016fac98a4ccbd7496456
Use "C" locale for locale-dependent part of TextCtrlTestCase.

As we expect to get decimal points in the text control when we stream floating
point numbers into it, we must do it in a locale which uses decimal point,
e.g. "C" one. Otherwise the test failed when ran in e.g. French locale.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/controls/textctrltest.cpp