]> git.saurik.com Git - wxWidgets.git/commit
Add a temporary workaround to make the tests pass.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Dec 2012 02:35:07 +0000 (02:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Dec 2012 02:35:07 +0000 (02:35 +0000)
commit9de31412ed470c6fd0bd289dabf85e181ab55803
tree931c8cfeee2667e5f1d4e0bd7a3ddcbdb02303aa
parent1f89d869e72e889fe39fb74755390f1fea12623e
Add a temporary workaround to make the tests pass.

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
tests/test.cpp