wxWidgets/tests/strings
2008-07-15 17:38:03 +00:00
..
crt.cpp overload wxStrpbrk() for more types and add tests for it 2007-06-13 15:31:09 +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
stdstrings.cpp fix resize() when it's used for truncating a string in UTF-8 build; added test for this bug 2007-08-30 18:13:29 +00:00
strings.cpp initialize wxStringBuffer with the original contents of wxString it was created from for better compatibility with the old, non-STL, build (this avoids problems such as ticket #4845); add wxString::tchar_buf() to help with the implementation 2008-06-06 21:19:23 +00:00
tokenizer.cpp Fix for compiler error with gcc 3.3.5 and cppunit 1.10.0 and 2006-02-05 14:01:37 +00:00
unichar.cpp first phase of transition to unified Unicode build: 2007-03-17 10:26:10 +00:00
unicode.cpp use CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT(x==y) to better see test failures 2008-07-15 17:38:03 +00:00
vararg.cpp compilation fixes for VC6 2008-01-13 01:13:03 +00:00
vsnprintf.cpp include wx/crt.h to get wxUSE_WXVSNPRINTF 2008-06-01 16:58:17 +00:00