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:
@@ -1174,8 +1174,7 @@ bool FormMain::RunTests( bool fullTest, bool interactive )
|
|||||||
pgman = m_pPropGridManager;
|
pgman = m_pPropGridManager;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*{
|
{
|
||||||
// TODO: This test fails.
|
|
||||||
RT_START_TEST(SetSplitterPosition)
|
RT_START_TEST(SetSplitterPosition)
|
||||||
|
|
||||||
InitPanel();
|
InitPanel();
|
||||||
@@ -1211,7 +1210,7 @@ bool FormMain::RunTests( bool fullTest, bool interactive )
|
|||||||
// Recreate the original grid
|
// Recreate the original grid
|
||||||
CreateGrid( -1, -1 );
|
CreateGrid( -1, -1 );
|
||||||
pgman = m_pPropGridManager;
|
pgman = m_pPropGridManager;
|
||||||
}*/
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
RT_START_TEST(HideProperty)
|
RT_START_TEST(HideProperty)
|
||||||
|
Reference in New Issue
Block a user