wxWidgets/tests
Vadim Zeitlin 4626c57c58 1. changed wxStringTokenizer to not modify the string we're iterating over
but to just update our position in it (makes the code much more clear)
2. added GetLastDelimiter() to make up for lack of mode combining
   wxTOKEN_RET_EMPTY_ALL and RET_DELIMS
3. documented it and added unit tests for it


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-12-24 00:12:54 +00:00
..
archive compilation test for Unicode build 2005-12-21 01:23:17 +00:00
arrays Correct wxArrayString::Add return value as per the documentation. 2005-04-26 19:24:12 +00:00
datetime Fixed several bugs in wxDateTime timezone handling: 2005-08-28 13:06:36 +00:00
fileconf added test for HasGroup() bug 2005-07-01 18:04:11 +00:00
filekind Compilation fix 2005-04-25 10:32:55 +00:00
filename Unicode fix. 2005-05-23 16:53:30 +00:00
filesys [ 1068188 ] Precompiled header for the test program [Modified a bit] 2004-11-22 05:00:19 +00:00
fontmap Comment typo fixes from Vince Harron 2005-08-08 22:05:05 +00:00
formatconverter [ 1068188 ] Precompiled header for the test program [Modified a bit] 2004-11-22 05:00:19 +00:00
geometry compilation fix (need meth.h for fabs) 2005-02-19 22:48:26 +00:00
hashes applied patch #1356901 "Yet another removal of extra semicolons", also fixed remaining similar cases of extra semicolons 2005-11-20 21:55:35 +00:00
lists applied patch #1356901 "Yet another removal of extra semicolons", also fixed remaining similar cases of extra semicolons 2005-11-20 21:55:35 +00:00
longlong fixed test to actually work 2005-02-28 00:20:31 +00:00
mbconv Compile fix for VC++ 5 2005-09-10 21:21:27 +00:00
regex Warning fixes 2005-11-11 16:55:03 +00:00
scopeguard added test for wxScopeGuard 2005-06-16 23:47:30 +00:00
streams Compilation fix for platforms where size_t is larger than long 2005-10-15 19:01:25 +00:00
strings 1. changed wxStringTokenizer to not modify the string we're iterating over 2005-12-24 00:12:54 +00:00
uris Temporarily disable test that takes a long time to run, needs moving to a named registry 2005-10-15 19:04:29 +00:00
.cvsignore ignore VC7 projects 2004-11-07 19:44:17 +00:00
dummy.cpp Empty line at the end. 2004-11-22 15:12:29 +00:00
makefile.bcc regenerated makefiles after adding tokenizer.cpp 2005-12-22 00:11:26 +00:00
makefile.gcc regenerated makefiles after adding tokenizer.cpp 2005-12-22 00:11:26 +00:00
Makefile.in regenerated makefiles after adding tokenizer.cpp 2005-12-22 00:11:26 +00:00
makefile.vc regenerated makefiles after adding tokenizer.cpp 2005-12-22 00:11:26 +00:00
makefile.wat regenerated makefiles after adding tokenizer.cpp 2005-12-22 00:11:26 +00:00
test_test_gui.dsp Regenerate Makefile.in, configure and the VC++ project files after adding rcdefs.h 2005-11-09 02:34:32 +00:00
test_test.dsp regenerated makefiles after adding tokenizer.cpp 2005-12-22 00:11:26 +00:00
test.bkl extracted wxStringTokenizer tests in their own file and rewrote them to be table based and more clear (separated strtok()-compatibility test from the other one) 2005-12-20 16:30:12 +00:00
test.cpp Change the format of the output so that you can jump to the error with your editor. 2005-05-01 20:04:47 +00:00
test.dsw added GUI test program 2004-12-12 12:35:45 +00:00
testdata.fc moved Unicode tests to testsuite (patch 943945) 2004-04-30 20:26:14 +00:00
testprec.h [ 1068188 ] Precompiled header for the test program [Modified a bit] 2004-11-22 05:00:19 +00:00