|
KiCad PCB EDA Suite
|
Regression test for issue #24885: a chain of overlapping Edge.Cuts circles merges into one void. 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_ISSUE24885_FIXTURE |
Functions | |
| BOOST_FIXTURE_TEST_CASE (CreepageOverlappingCirclesIssue24885, DRC_CREEPAGE_ISSUE24885_FIXTURE) | |
Regression test for issue #24885: a chain of overlapping Edge.Cuts circles merges into one void.
The creepage path must wrap the chain end, not hug a circle wall where it passes through a neighbouring circle's void (which gave a path far too short).
Definition in file test_drc_creepage_issue24885.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | CreepageOverlappingCirclesIssue24885 | , |
| DRC_CREEPAGE_ISSUE24885_FIXTURE | ) |
Definition at line 106 of file test_drc_creepage_issue24885.cpp.
References actual, BOOST_CHECK_MESSAGE(), and BOOST_TEST_MESSAGE().