81 loadFixture( wxString( p.fixtureName ), m_schematic, m_settingsManager );
87 for(
const auto& sig : m_schematic->ConnectionGraph()->GetPotentialNetChains() )
93 maxNets = std::max( maxNets, sig->GetNets().size() );
97 for(
const wxString& net : sig->GetNets() )
98 BOOST_CHECK_NE( net, wxS(
"GND" ) );
102 const auto& it1 = *sig->GetNets().begin();
103 const auto& it2 = *std::next( sig->GetNets().begin() );
104 int tail1 = it1.Last();
105 int tail2 = it2.Last();
BOOST_CHECK_EQUAL(result, "25.4")