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