|
KiCad PCB EDA Suite
|
Regression test for issue #25439: a 3 mm NPTH between two tracks shorter than the hole diameter reported no creepage violation at all, because the segment to circle path builder had no branch for a hole projecting past both track ends. More...
#include <regex>#include <qa_utils/wx_utils/unit_test_utils.h>#include <pcbnew_utils/board_test_utils.h>#include <board.h>#include <board_design_settings.h>#include <drc/drc_item.h>#include <drc/drc_engine.h>#include <settings/settings_manager.h>#include <widgets/report_severity.h>Go to the source code of this file.
Classes | |
| struct | DRC_CREEPAGE_ISSUE25439_FIXTURE |
Functions | |
| BOOST_FIXTURE_TEST_CASE (CreepageOversizedHoleIssue25439, DRC_CREEPAGE_ISSUE25439_FIXTURE) | |
Regression test for issue #25439: a 3 mm NPTH between two tracks shorter than the hole diameter reported no creepage violation at all, because the segment to circle path builder had no branch for a hole projecting past both track ends.
Definition in file test_drc_creepage_issue25439.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | CreepageOversizedHoleIssue25439 | , |
| DRC_CREEPAGE_ISSUE25439_FIXTURE | ) |
Definition at line 107 of file test_drc_creepage_issue25439.cpp.
References BOOST_TEST_MESSAGE().