Fix test_sch_sheet_list to run headless.

This commit is contained in:
Jeff Young 2020-10-21 13:45:02 +01:00
parent adfc9f1288
commit 909dca71cd
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ class TEST_SCH_SHEET_LIST_FIXTURE
{ {
public: public:
TEST_SCH_SHEET_LIST_FIXTURE() : TEST_SCH_SHEET_LIST_FIXTURE() :
m_schematic( nullptr ) m_schematic( nullptr ),
m_manager( true )
{ {
m_pi = SCH_IO_MGR::FindPlugin( SCH_IO_MGR::SCH_KICAD ); m_pi = SCH_IO_MGR::FindPlugin( SCH_IO_MGR::SCH_KICAD );
} }