]> git.saurik.com Git - wxWidgets.git/commit
Move wxRegConfig tests from console sample to a new wxRegConfigTestCase class.
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 2 Jun 2010 14:12:07 +0000 (14:12 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 2 Jun 2010 14:12:07 +0000 (14:12 +0000)
commit7b8ccf332184543defe484acd79ad0f3d38f798f
tree84803e9b9758343e282163c4f6cb18e68c8a0f87
parentdf693ed65cb3897397de903ddfc0318635eb5bd2
Move wxRegConfig tests from console sample to a new wxRegConfigTestCase class.
Remove wxRegKey tests from console sample: on newer Windows they only work when run with admin privileges; also we can expect wx[Reg]ConfigTestCase to already check a good number of wxRegKey features.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
samples/console/console.cpp
tests/Makefile.in
tests/config/config.cpp
tests/config/regconf.cpp [new file with mode: 0644]
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
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