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)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-12-20 16:30:12 +00:00
parent 80ca48ebc6
commit a67f601b14
3 changed files with 175 additions and 99 deletions

View File

@@ -43,6 +43,7 @@
scopeguard/scopeguardtest.cpp
strings/strings.cpp
strings/stdstrings.cpp
strings/tokenizer.cpp
strings/unicode.cpp
strings/crt.cpp
streams/bstream.cpp