Browse Source

Fix qa tests so they don't assert on cleanup.

7.0
Jeff Young 3 years ago
parent
commit
9d525e82f5
  1. 5
      qa/unittests/pcbnew/test_board_item.cpp

5
qa/unittests/pcbnew/test_board_item.cpp

@ -62,6 +62,11 @@ public:
{
}
~TEST_BOARD_ITEM_FIXTURE()
{
m_text.SetParentGroup( nullptr );
}
BOARD_ITEM* Instantiate( KICAD_T aType )
{
if( !IsPcbnewType( aType ) )

Loading…
Cancel
Save