From c8bf837a4b5dcc6242b7dac383f09e9390deca35 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 30 Jan 2022 15:07:55 +0100 Subject: Fix some more testcases * Fix Excellon export among others --- gerbonara/gerber/tests/test_layers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gerbonara/gerber/tests/test_layers.py') diff --git a/gerbonara/gerber/tests/test_layers.py b/gerbonara/gerber/tests/test_layers.py index 792316f..3f72cd8 100644 --- a/gerbonara/gerber/tests/test_layers.py +++ b/gerbonara/gerber/tests/test_layers.py @@ -44,7 +44,7 @@ REFERENCE_DIRS = { }, 'allegro': { - '08_057494d-ipc356.ipc': None, + '08_057494d-ipc356.ipc': 'other netlist', '08_057494d.rou': 'mechanical outline', 'Read_Me.1': None, 'art_param.txt': None, @@ -71,7 +71,7 @@ REFERENCE_DIRS = { 'allegro-2': { 'MINNOWMAX_REVA2_PUBLIC_BOTTOMSIDE.pdf': None, 'MINNOWMAX_REVA2_PUBLIC_TOPSIDE.pdf': None, - 'MinnowMax_RevA1_IPC356A.ipc': None, + 'MinnowMax_RevA1_IPC356A.ipc': 'other netlist', 'MinnowMax_RevA1_DRILL/MinnowMax_RevA1_NCDRILL.drl': 'drill unknown', 'MinnowMax_RevA1_DRILL/MinnowMax_RevA1_NCROUTE.rou': 'drill unknown', 'MinnowMax_RevA1_DRILL/nc_param.txt': None, -- cgit