Fix qa tests so they don't assert on cleanup.
This commit is contained in:
parent
138f835672
commit
9d525e82f5
|
@ -62,6 +62,11 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
~TEST_BOARD_ITEM_FIXTURE()
|
||||
{
|
||||
m_text.SetParentGroup( nullptr );
|
||||
}
|
||||
|
||||
BOARD_ITEM* Instantiate( KICAD_T aType )
|
||||
{
|
||||
if( !IsPcbnewType( aType ) )
|
||||
|
|
Loading…
Reference in New Issue