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)