From 86aa298f22941564270e1d280b583f3aa26ad96b Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sat, 15 Nov 2014 17:48:54 +0000 Subject: [PATCH] Reactivate 'SetSplitterPosition' test in wxPG sample. After fixing issues with wxPG manager sizing this test is now passed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/propgrid/tests.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/samples/propgrid/tests.cpp b/samples/propgrid/tests.cpp index 1b190f18ac..54c27e2ace 100644 --- a/samples/propgrid/tests.cpp +++ b/samples/propgrid/tests.cpp @@ -1174,8 +1174,7 @@ bool FormMain::RunTests( bool fullTest, bool interactive ) pgman = m_pPropGridManager; } - /*{ - // TODO: This test fails. + { RT_START_TEST(SetSplitterPosition) InitPanel(); @@ -1211,7 +1210,7 @@ bool FormMain::RunTests( bool fullTest, bool interactive ) // Recreate the original grid CreateGrid( -1, -1 ); pgman = m_pPropGridManager; - }*/ + } { RT_START_TEST(HideProperty)