]> git.saurik.com Git - wxWidgets.git/commit - tests/makefile.vc
remove some tests from the console sample:
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 6 Jun 2010 14:21:27 +0000 (14:21 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 6 Jun 2010 14:21:27 +0000 (14:21 +0000)
commit49e323a5b5c9ad507c331a462990b976fb1f02c0
tree7f532c278ba7728374ec7ab7feaa30a9a43a8723
parent0ef5cba62e2eb8ec663d5228d5913d4d81d2b9c7
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
14 files changed:
samples/console/console.cpp
tests/Makefile.in
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/misc/module.cpp [new file with mode: 0644]
tests/misc/pathlist.cpp [new file with mode: 0644]
tests/test.bkl
tests/test_test.dsp
tests/test_vc7_test.vcproj
tests/test_vc8_test.vcproj
tests/test_vc9_test.vcproj
tests/test_vc9_test_gui.vcproj