wxWidgets/tests/strings
Vadim Zeitlin fd3a4cb92d Added precision parameter to wxString::From[C]Double().
Optionally support fixed precision in wxString::FromDouble() and FromCDouble()
methods. This is mostly useful for the latter to be able to format numbers in
portable way (using dot as decimal separator) without loss of precision but
also do it for the former for consistency.

Closes #12973.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-03-13 13:53:54 +00:00
..
crt.cpp Disable unit tests which can't work in ANSI build. 2010-11-10 13:53:49 +00:00
iostream.cpp don't compile the test in the build configurations where it's not supported (trying to fix buildbot OS X build) 2008-05-30 21:59:24 +00:00
numformatter.cpp Use setUp/tearDown() for NumFormatter test case locale setup. 2011-01-19 15:08:11 +00:00
stdstrings.cpp Disable unit tests which can't work in ANSI build. 2010-11-10 13:53:49 +00:00
strings.cpp Added precision parameter to wxString::From[C]Double(). 2011-03-13 13:53:54 +00:00
tokenizer.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
unichar.cpp Disable unit tests which can't work in ANSI build. 2010-11-10 13:53:49 +00:00
unicode.cpp Remove non-working or semi-working tests added from console.cpp. 2010-05-23 10:53:17 +00:00
vararg.cpp Disable test failing under VC6 only. 2010-09-30 14:30:18 +00:00
vsnprintf.cpp Use wxUSING_VC_CRT_IO for MSVC CRT-specific test results. 2010-10-03 17:16:00 +00:00