Browse Source

Update QA to reflect current correct output

Previously, (v7), the NPTH had a too-large clearance.  This affected the
fill so that there was no island.  In v8, at some point, NPTH had zero
clearance, which was definitely incorrect but also did not create an
island.

Correcting this to have the appropriate clearance between copper and
NPTH results in one almost island that has a neck and is appropriately
caught by the copper connection check.
fusion360
Seth Hillbrand 1 year ago
parent
commit
5bede7bddb
  1. 2
      qa/tests/pcbnew/drc/test_drc_copper_conn.cpp

2
qa/tests/pcbnew/drc/test_drc_copper_conn.cpp

@ -53,7 +53,7 @@ BOOST_FIXTURE_TEST_CASE( DRCCopperConn, DRC_REGRESSION_TEST_FIXTURE )
{ "issue9870", 13 },
{ "connection_width_rules", 3 },
{ "issue12831", 0 },
{ "issue14130", 0 }
{ "issue14130", 1 }
};
for( const std::pair<wxString, int>& test : tests )

Loading…
Cancel
Save