222 std::unique_ptr<BOARD> board( m_plugin.LoadBoard( dataPath,
nullptr ) );
230 for(
FOOTPRINT* fp : board->Footprints() )
232 if( fp->GetReference() == wxT(
"R1" ) )
234 else if( fp->GetReference() == wxT(
"C1" ) )
238 BOOST_REQUIRE_MESSAGE( r1,
"R1 footprint not found" );
239 BOOST_REQUIRE_MESSAGE( c1,
"C1 footprint not found" );
BOOST_CHECK_EQUAL(result, "25.4")