|
KiCad PCB EDA Suite
|
Regression coverage for https://gitlab.com/kicad/code/kicad/-/issues/24772. More...
Public Attributes | |
| SETTINGS_MANAGER | m_settingsManager |
| std::unique_ptr< BOARD > | m_board |
Regression coverage for https://gitlab.com/kicad/code/kicad/-/issues/24772.
A through via placed while routing a differential pair took its span from the router layer pair instead of the whole board. The via stopped short of the outer layers, which removed the outer annular rings and made the annular width tests report zero.
Definition at line 49 of file test_pns_via_layer_span.cpp.
| std::unique_ptr<BOARD> VIA_LAYER_SPAN_FIXTURE::m_board |
Definition at line 52 of file test_pns_via_layer_span.cpp.
| SETTINGS_MANAGER VIA_LAYER_SPAN_FIXTURE::m_settingsManager |
Definition at line 51 of file test_pns_via_layer_span.cpp.