remove some tests from the console sample:

- wxLog already has a better cppunit test class
- wxLocale test in the console sample didn't work on Windows and wasn't very useful

move some tests from the console sample to CppUnit tests:
- wxPathList => PathListTestCase
- wxModule => ModuleTestCase

remove some tests about removed functions of wxMimeTypesManager

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2010-06-06 14:21:27 +00:00
parent 0ef5cba62e
commit 49e323a5b5
14 changed files with 293 additions and 497 deletions

View File

@@ -401,6 +401,14 @@ SOURCE=.\misc\misctests.cpp
# End Source File
# Begin Source File
SOURCE=.\misc\module.cpp
# End Source File
# Begin Source File
SOURCE=.\misc\pathlist.cpp
# End Source File
# Begin Source File
SOURCE=.\thread\queue.cpp
# End Source File
# Begin Source File