|
KiCad PCB EDA Suite
|
Test for issue #22938: Local power port acts as global port. More...
Public Member Functions | |
| LOCAL_POWER_TEST_FIXTURE ()=default | |
Public Attributes | |
| SETTINGS_MANAGER | m_settingsManager |
| std::unique_ptr< SCHEMATIC > | m_schematic |
Test for issue #22938: Local power port acts as global port.
A local power port symbol should only connect nets within the same sheet. The bug causes local power ports with the same name on different sheets to be connected together as if they were global power ports.
Definition at line 44 of file test_issue22938_local_power.cpp.
|
default |
| std::unique_ptr<SCHEMATIC> LOCAL_POWER_TEST_FIXTURE::m_schematic |
Definition at line 49 of file test_issue22938_local_power.cpp.
| SETTINGS_MANAGER LOCAL_POWER_TEST_FIXTURE::m_settingsManager |
Definition at line 48 of file test_issue22938_local_power.cpp.