wxWidgets/tests
Václav Slavík 39c20230ba 1. added default constructors for wxString iterators
2. fixed assignment of iterator to iterator that points to a different string

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-06-28 12:49:58 +00:00
..
archive
arrays don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future 2007-06-10 17:42:41 +00:00
benchmarks compilation fix for 2.8 compat disabled 2007-05-03 10:36:08 +00:00
datetime don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future 2007-06-10 17:42:41 +00:00
fileconf fix bug with not updating the last line correctly when a group was deleted and recreated (bug 1685312); added a unit test for this 2007-04-21 15:04:52 +00:00
filekind
filename fixed typo: _T(), not _() 2007-04-10 14:55:02 +00:00
filesys
fontmap
formatconverter normalize printf/scanf format strings correctly on all platforms, while accounting for wxArgNormalizer<T> conversions 2007-06-22 11:10:36 +00:00
geometry added wxRect::operator+() and *() (union and intersection); also made other operators friends instead of members (patch 1589175) 2007-05-24 01:47:29 +00:00
hashes removed WXWIN_COMPATIBILITY_24 2007-03-08 01:33:01 +00:00
intl added basic test for wxLocale 2007-03-26 21:12:13 +00:00
lists don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future 2007-06-10 17:42:41 +00:00
longlong
mbconv use same names for test suites as the ones in ./test -l 2007-06-28 07:54:15 +00:00
regex don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future 2007-06-10 17:42:41 +00:00
scopeguard
streams provide both const char* and const wchar_t* implicit conversion of wxCStrData regardless of the build type 2007-04-05 21:28:14 +00:00
strings 1. added default constructors for wxString iterators 2007-06-28 12:49:58 +00:00
textfile
uris removed WXWIN_COMPATIBILITY_24 2007-03-08 01:33:01 +00:00
dummy.cpp
makefile.bcc added basic test for wxLocale 2007-03-26 21:12:13 +00:00
makefile.gcc added basic test for wxLocale 2007-03-26 21:12:13 +00:00
Makefile.in added basic test for wxLocale 2007-03-26 21:12:13 +00:00
makefile.vc added basic test for wxLocale 2007-03-26 21:12:13 +00:00
makefile.wat added basic test for wxLocale 2007-03-26 21:12:13 +00:00
test_printfbench.dsp rebaked after changing the version number 2007-02-07 02:14:45 +00:00
test_test_gui.dsp rebaked after changing the version number 2007-02-07 02:14:45 +00:00
test_test.dsp added basic test for wxLocale 2007-03-26 21:12:13 +00:00
test.bkl added basic test for wxLocale 2007-03-26 21:12:13 +00:00
test.cpp warn if wxVsnprintf() is not being used 2007-02-11 02:27:29 +00:00
testdata.fc
testprec.h