kicad/qa/unittests/common
Seth Hillbrand 6c91a3022e Fix stdlib assertion
The assertion checks if an element has been added to vector.  Since we
are merely manipulating the allocated data, the number of elements does
not change and the assertion check fails.  Using the pointer to the
allocated data is a cleaner/clearer way of accomplishing this
2023-10-23 12:54:31 -07:00
..
libeval Update test cases for unknown-variable = error. 2022-12-27 20:14:13 +00:00
plugins Fix missing parameter in CADSTAR test 2023-01-10 16:48:07 -08:00
view Updated accelerating zoom controller to use default (non-accelerated) 2022-11-04 16:28:32 +00:00
CMakeLists.txt Revert font spacing/tabs to the v6 model 2023-03-06 16:23:06 -08:00
color4d_test_utils.h
console_log.h Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
test_array_axis.cpp
test_array_options.cpp Remove Millimeter2iu 2022-09-16 21:09:27 -04:00
test_bitmap_base.cpp Fix a QA test for bitmaps, to work with latest changes in bitmap code. 2023-02-15 15:56:12 +01:00
test_color4d.cpp
test_coroutine.cpp
test_database.cpp DbLib: support columns with numeric data 2023-09-30 10:27:34 -04:00
test_eda_shape.cpp Add regression test for arc winding 2023-09-30 12:11:50 +00:00
test_format_units.cpp Nuke base_units from orbit 2022-09-16 04:38:10 +00:00
test_kicad_string.cpp Fix stdlib assertion 2023-10-23 12:54:31 -07:00
test_kicad_stroke_font.cpp Coverity fixes and code cleaning. 2023-03-10 11:21:19 -05:00
test_kiid.cpp Sheet instance handling improvements. 2022-12-26 08:30:03 -05:00
test_lib_table.cpp
test_markup_parser.cpp Add a few more MARKUP_PARSER test cases. 2023-01-08 23:33:36 +00:00
test_module.cpp
test_property.cpp Properties: move to custom editor for distances; refactoring 2022-11-06 11:40:45 -05:00
test_refdes_utils.cpp
test_title_block.cpp
test_types.cpp Clarify QA message 2022-11-01 13:08:09 -07:00
test_utf8.cpp
test_wildcards_and_files_ext.cpp
test_wx_filename.cpp
wximage_test_utils.cpp
wximage_test_utils.h