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
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
// Copyright: (c) 2007 Marcin Wojdyr
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// see also tests/fileconf/fileconftest.cpp for wxFileConfig specific tests
|
||||
// NOTE: this test is compiled in test_gui because it uses wxColour for
|
||||
// its testing purpose.
|
||||
// See also tests/config/fileconf.cpp for wxFileConfig specific tests and
|
||||
// tests/config/regconf.cpp for wxRegConfig specific tests.
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// headers
|
||||
|
Reference in New Issue
Block a user