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
This commit is contained in:
Artur Wieczorek 2014-11-15 17:48:54 +00:00
parent c6c08c9484
commit 86aa298f22

View File

@ -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)