mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Formatting.
(cherry picked from commit a95f5172c9bc5138508a20623a86670c438549bd)
This commit is contained in:
parent
427d4173b1
commit
1520883182
@ -40,7 +40,7 @@ struct CADSTAR_IMPORT_FIXTURE
|
||||
CADSTAR_IMPORT_FIXTURE() {}
|
||||
|
||||
PCB_IO_CADSTAR_ARCHIVE cstarPlugin;
|
||||
PCB_IO_KICAD_SEXPR kicadPlugin;
|
||||
PCB_IO_KICAD_SEXPR kicadPlugin;
|
||||
};
|
||||
|
||||
|
||||
@ -77,7 +77,8 @@ BOOST_AUTO_TEST_CASE( CadstarFootprintImport )
|
||||
{
|
||||
wxString footprintName = cstarFootprintNames[i];
|
||||
|
||||
BOOST_TEST_CONTEXT( wxString::Format( wxT( "Import '%s' from '%s'" ), footprintName,
|
||||
BOOST_TEST_CONTEXT( wxString::Format( wxT( "Import '%s' from '%s'" ),
|
||||
footprintName,
|
||||
libName.first ) )
|
||||
{
|
||||
FOOTPRINT* eagleFp = cstarPlugin.FootprintLoad( cstarLibraryPath, footprintName,
|
||||
@ -87,8 +88,8 @@ BOOST_AUTO_TEST_CASE( CadstarFootprintImport )
|
||||
BOOST_CHECK_EQUAL( "REF**", eagleFp->GetReference() );
|
||||
BOOST_CHECK_EQUAL( footprintName, eagleFp->GetValue() );
|
||||
|
||||
FOOTPRINT* kicadFp =
|
||||
kicadPlugin.FootprintLoad( kicadLibraryPath, footprintName, true, nullptr );
|
||||
FOOTPRINT* kicadFp = kicadPlugin.FootprintLoad( kicadLibraryPath, footprintName,
|
||||
true, nullptr );
|
||||
BOOST_CHECK( kicadFp );
|
||||
|
||||
KI_TEST::CheckFootprint( kicadFp, eagleFp );
|
||||
|
Loading…
x
Reference in New Issue
Block a user