63 std::string dataPath =
66 std::unique_ptr<BOARD> board = std::make_unique<BOARD>();
68 m_fabmasterPlugin.LoadBoard( dataPath, board.get(),
nullptr );
73 int zonesWithNets = 0;
75 for(
ZONE* zone : board->Zones() )
77 if( zone->GetNetCode() > 0 )
84 BOOST_CHECK_MESSAGE( zonesWithNets > 0,
85 "Static shape zones with nets should be preserved" );