Separate out Pad_Shape so auto-complete can work.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16566
This commit is contained in:
parent
27c253780d
commit
e04cd8743c
|
@ -137,7 +137,7 @@ BOOST_FIXTURE_TEST_CASE( DRCFalseNegativeRegressions, DRC_REGRESSION_TEST_FIXTUR
|
|||
{ "issue9081", 2 },
|
||||
{ "issue12109", 8 }, // Pads fail annular width test
|
||||
{ "issue14334", 2 }, // Thermal spoke to otherwise unconnected island
|
||||
{ "issue16566", 3 }, // Pad_Shape vs Shape property
|
||||
{ "issue16566", 6 }, // Pad_Shape vs Shape property
|
||||
{ "reverse_via", 3 }, // Via/track ordering
|
||||
{ "intersectingzones", 2 }, // zones are too close to each other
|
||||
{ "fill_bad", 1 } // zone max BBox was too small
|
||||
|
|
Loading…
Reference in New Issue