wxWidgets/tests/strings
Vadim Zeitlin f2a5052baa Add support for long long to wxNumberFormatter.
It seems to make sense to allow using it for formatting and parsing long long
values as well as it can be done trivially using almost the same code as for
long.

It would be nice to support long double in a similar way but we don't wrap
C99 strtold() right now so it wouldn't be as simple, leave it for later.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-01-19 10:47:57 +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 Add support for long long to wxNumberFormatter. 2011-01-19 10:47:57 +00:00
stdstrings.cpp Disable unit tests which can't work in ANSI build. 2010-11-10 13:53:49 +00:00
strings.cpp Fix wxString::{Before,After}{First,Last} unit test for ANSI build. 2010-11-10 13:53:34 +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