altium: Add testcase to verify that "PCB Binary Version 5.0" is also supported

This commit is contained in:
Thomas Pointhuber 2022-04-02 18:13:52 +02:00
parent 406c528ab7
commit 056748e0df
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -65,7 +65,8 @@ BOOST_FIXTURE_TEST_SUITE( AltiumPcbLibImport, ALTIUM_PCBLIB_IMPORT_FIXTURE )
BOOST_AUTO_TEST_CASE( AltiumPcbLibImport )
{
std::vector<std::pair<wxString, wxString>> tests = {
{ "Tracks.PcbLib", "Tracks.pretty" },
{ "Tracks.v5.PcbLib", "Tracks.pretty" },
{ "Tracks.v6.PcbLib", "Tracks.pretty" },
{ "Espressif ESP32-WROOM-32.PcbLib", "Espressif ESP32-WROOM-32.pretty" }
};