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.
This commit is contained in:
Seth Hillbrand 2024-05-02 12:16:05 -07:00
parent 416033e8e5
commit 5bede7bddb
1 changed files with 1 additions and 1 deletions

View File

@ -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 )