KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_drc_creepage_issue23576.cpp File Reference

Regression test for issue #23576: creepage DRC path starts at incorrect point when encountering NPTH slot. More...

Go to the source code of this file.

Classes

struct  DRC_CREEPAGE_PATH_FIXTURE
 

Functions

 BOOST_FIXTURE_TEST_CASE (CreepagePathStartPointIssue23576, DRC_CREEPAGE_PATH_FIXTURE)
 

Detailed Description

Regression test for issue #23576: creepage DRC path starts at incorrect point when encountering NPTH slot.

Uses the same board as issue #23389 (same NPTH slot geometry). Validates that the creepage path start/end points lie on the physical edge of their respective copper items, not at the centerline of a track.

Definition in file test_drc_creepage_issue23576.cpp.

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()