kicad/qa/unittests/eeschema
Jeff Young e28b50e8d6 Fix a bunch more issues with sheetpaths and allowExtraText.
A sheetpath is required to correctly resolve text variables.
Depending on currentSheet is rife with bugs.

There are many places where we do *not* want to be prepending
field names to the field values, such as netlisting,
building PDF hypertext menus, etc.

Also, Find/Replace needs to work on unresolved text, as
that's what we're going to display (and if replace nuked
your variable references you wouldn't be happy).

(cherry picked from commit b41d446f58)
2023-05-05 18:02:59 +01:00
..
erc Eeschema: ERC checks handle connections between a common sub-circuit 2023-01-24 14:11:01 +00:00
sch_plugins/altium Update Altium SCH QA with rounding factors 2022-07-07 12:01:38 -07:00
sim Handle single-token flag parameters. 2023-03-22 14:12:42 +00:00
CMakeLists.txt Handle nested netclass assignments 2023-04-06 17:38:42 -07:00
eeschema_test_utils.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 18:02:59 +01:00
eeschema_test_utils.h Test case for immediate SBCKT models. 2023-01-21 19:32:25 +00:00
lib_field_test_utils.h
netdiff.py
test_eagle_plugin.cpp
test_ee_item.cpp Excise the remaining occurrences of "Alias" for derived symbols. 2022-11-16 18:37:40 +00:00
test_lib_part.cpp Avoid the obsolete GetNextPin() call 2023-01-20 14:12:15 -08:00
test_module.cpp Update 5 files 2023-05-03 17:32:55 +00:00
test_netlist_exporter_kicad.cpp Allow bus elements to connect 2023-04-12 16:10:50 +02:00
test_netlist_exporter_spice.cpp Add regression test for 13988. 2023-03-25 15:37:57 +00:00
test_netlist_exporter_spice.h Revert "sim - Remember the option to save powers" 2023-02-20 20:59:52 +01:00
test_netlists.cpp Allow bus elements to connect 2023-04-12 16:10:50 +02:00
test_pin_numbers.cpp Don't copy items in for loops when not needed 2022-09-24 03:46:06 +01:00
test_sch_biu.cpp Remove convert_to_biu.h, merge contents to base_units.h 2022-09-16 21:09:28 -04:00
test_sch_netclass.cpp Handle nested netclass assignments 2023-04-06 17:38:42 -07:00
test_sch_pin.cpp RIP EDA_RECT. 2022-08-31 23:57:24 +01:00
test_sch_reference_list.cpp Don't special case power symbol re-annotation 2023-01-23 13:19:01 -08:00
test_sch_rtree.cpp Remove convert_to_biu.h, merge contents to base_units.h 2022-09-16 21:09:28 -04:00
test_sch_sheet.cpp Pins are case-sensitive 2023-03-24 11:35:20 -07:00
test_sch_sheet_list.cpp Fix disabled schematic page numbering unit tests. 2022-11-23 08:05:35 -05:00
test_sch_sheet_path.cpp
test_sch_symbol.cpp
uuid_test_utils.cpp
uuid_test_utils.h