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