|
KiCad PCB EDA Suite
|
Issue #9673: highlight and net navigator must treat {MIXED_BUS} and its expansion {FOO BAR HAM EGGS} as the same bus when different sheets use different label forms. More...
#include <qa_utils/wx_utils/unit_test_utils.h>#include <schematic_utils/schematic_file_util.h>#include <connection_graph.h>#include <schematic.h>#include <sch_sheet.h>#include <sch_screen.h>#include <settings/settings_manager.h>#include <locale_io.h>Go to the source code of this file.
Classes | |
| struct | ISSUE9673_FIXTURE |
Functions | |
| BOOST_FIXTURE_TEST_CASE (Issue9673BusAliasEquivalence, ISSUE9673_FIXTURE) | |
| BOOST_FIXTURE_TEST_CASE (Issue9673EquivalentResolvesToSubgraphs, ISSUE9673_FIXTURE) | |
Issue #9673: highlight and net navigator must treat {MIXED_BUS} and its expansion {FOO BAR HAM EGGS} as the same bus when different sheets use different label forms.
Definition in file test_issue9673_bus_alias_highlighting.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | Issue9673BusAliasEquivalence | , |
| ISSUE9673_FIXTURE | ) |
Definition at line 51 of file test_issue9673_bus_alias_highlighting.cpp.
References BOOST_CHECK_EQUAL(), dummy, empty(), CONNECTION_GRAPH::GetEquivalentBusNames(), and KI_TEST::LoadSchematic().
| BOOST_FIXTURE_TEST_CASE | ( | Issue9673EquivalentResolvesToSubgraphs | , |
| ISSUE9673_FIXTURE | ) |
Definition at line 75 of file test_issue9673_bus_alias_highlighting.cpp.
References BOOST_REQUIRE(), dummy, empty(), CONNECTION_GRAPH::GetAllSubgraphs(), CONNECTION_GRAPH::GetEquivalentBusNames(), and KI_TEST::LoadSchematic().