[graphics/krita] /: Port all QTEST_MAIN tests to SIMPLE_TEST_MAIN

Halla Rempt null at kde.org
Tue Mar 2 15:10:27 GMT 2021


Git commit 2cc0c173bb4401961284f44ca6c65d81c0438051 by Halla Rempt.
Committed on 02/03/2021 at 15:10.
Pushed by rempt into branch 'master'.

Port all QTEST_MAIN tests to SIMPLE_TEST_MAIN

This sets

QStandardPaths::setTestModeEnabled(true);

so the tests don't clutter the regular appdata location, but put
everything in an easily cleanable .qttest folder.

Please don't create any new tests with QTEST_MAIN

There were also a small number of tests that werent built at all,
and consequently, when adding them back to the build, failed to
build. Those are removed.

CCMAIL:kimageshop at kde.org

M  +2    -2    benchmarks/KisAnimationRenderingBenchmark.cpp
M  +1    -1    benchmarks/KisAnimationRenderingBenchmark.h
M  +2    -2    benchmarks/kis_bcontrast_benchmark.cpp
M  +1    -1    benchmarks/kis_bcontrast_benchmark.h
M  +2    -2    benchmarks/kis_blur_benchmark.cpp
M  +1    -1    benchmarks/kis_blur_benchmark.h
M  +2    -2    benchmarks/kis_composition_benchmark.cpp
M  +1    -1    benchmarks/kis_composition_benchmark.h
M  +2    -2    benchmarks/kis_datamanager_benchmark.cpp
M  +1    -1    benchmarks/kis_datamanager_benchmark.h
M  +2    -2    benchmarks/kis_fast_math_benchmark.cpp
M  +1    -1    benchmarks/kis_fast_math_benchmark.h
M  +2    -2    benchmarks/kis_filter_selections_benchmark.cpp
M  +1    -1    benchmarks/kis_filter_selections_benchmark.h
M  +2    -2    benchmarks/kis_floodfill_benchmark.cpp
M  +1    -1    benchmarks/kis_floodfill_benchmark.h
M  +2    -2    benchmarks/kis_gradient_benchmark.cpp
M  +1    -1    benchmarks/kis_gradient_benchmark.h
M  +2    -2    benchmarks/kis_hline_iterator_benchmark.cpp
M  +1    -1    benchmarks/kis_hline_iterator_benchmark.h
M  +2    -2    benchmarks/kis_level_filter_benchmark.cpp
M  +1    -1    benchmarks/kis_level_filter_benchmark.h
M  +2    -2    benchmarks/kis_low_memory_benchmark.cpp
M  +1    -1    benchmarks/kis_low_memory_benchmark.h
M  +2    -2    benchmarks/kis_mask_generator_benchmark.cpp
M  +1    -1    benchmarks/kis_mask_generator_benchmark.h
M  +2    -2    benchmarks/kis_painter_benchmark.cpp
M  +1    -1    benchmarks/kis_painter_benchmark.h
M  +2    -2    benchmarks/kis_projection_benchmark.cpp
M  +1    -1    benchmarks/kis_projection_benchmark.h
M  +2    -2    benchmarks/kis_random_iterator_benchmark.cpp
M  +1    -1    benchmarks/kis_random_iterator_benchmark.h
M  +2    -2    benchmarks/kis_stroke_benchmark.cpp
M  +1    -1    benchmarks/kis_stroke_benchmark.h
M  +2    -2    benchmarks/kis_thumbnail_benchmark.cpp
M  +1    -1    benchmarks/kis_thumbnail_benchmark.h
M  +2    -2    benchmarks/kis_vline_iterator_benchmark.cpp
M  +1    -1    benchmarks/kis_vline_iterator_benchmark.h
M  +2    -2    libs/brush/tests/TestAbrStorage.cpp
M  +2    -2    libs/brush/tests/kis_auto_brush_factory_test.cpp
M  +1    -1    libs/brush/tests/kis_auto_brush_factory_test.h
M  +2    -2    libs/brush/tests/kis_auto_brush_test.cpp
M  +1    -1    libs/brush/tests/kis_auto_brush_test.h
M  +2    -2    libs/brush/tests/kis_boundary_test.cpp
M  +1    -1    libs/brush/tests/kis_boundary_test.h
M  +2    -2    libs/brush/tests/kis_gbr_brush_test.cpp
M  +1    -1    libs/brush/tests/kis_gbr_brush_test.h
M  +1    -1    libs/brush/tests/kis_imagepipe_brush_test.cpp
M  +1    -1    libs/brush/tests/kis_imagepipe_brush_test.h
M  +2    -2    libs/flake/resources/tests/KoGamutMaskTest.cpp
M  +1    -0    libs/flake/tests/CMakeLists.txt
M  +2    -2    libs/flake/tests/TestControlPointMoveCommand.cpp
M  +2    -2    libs/flake/tests/TestImageCollection.cpp
M  +2    -2    libs/flake/tests/TestInputDevice.cpp
D  +0    -62   libs/flake/tests/TestKoClipMaskPainter.cpp
D  +0    -21   libs/flake/tests/TestKoClipMaskPainter.h
M  +1    -1    libs/flake/tests/TestKoDrag.cpp
M  +1    -1    libs/flake/tests/TestKoDrag.h
M  +1    -1    libs/flake/tests/TestKoMarkerCollection.cpp
M  +1    -1    libs/flake/tests/TestKoMarkerCollection.h
M  +1    -1    libs/flake/tests/TestKoShapeFactory.cpp
M  +2    -2    libs/flake/tests/TestPathSegment.cpp
M  +2    -2    libs/flake/tests/TestPathShape.cpp
M  +2    -2    libs/flake/tests/TestPathTool.cpp
M  +1    -1    libs/flake/tests/TestPointMergeCommand.cpp
M  +1    -1    libs/flake/tests/TestPointRemoveCommand.cpp
M  +2    -2    libs/flake/tests/TestPointTypeCommand.cpp
M  +1    -1    libs/flake/tests/TestPosition.cpp
M  +2    -2    libs/flake/tests/TestRemoveSubpathCommand.cpp
M  +2    -2    libs/flake/tests/TestResourceManager.cpp
M  +2    -2    libs/flake/tests/TestSegmentTypeCommand.cpp
M  +1    -1    libs/flake/tests/TestSelection.cpp
M  +2    -2    libs/flake/tests/TestShapeAt.cpp
M  +2    -2    libs/flake/tests/TestShapeBackgroundCommand.cpp
M  +2    -2    libs/flake/tests/TestShapeContainer.cpp
M  +2    -2    libs/flake/tests/TestShapeGroupCommand.cpp
M  +1    -1    libs/flake/tests/TestShapePainting.cpp
M  +2    -2    libs/flake/tests/TestShapeReorderCommand.cpp
M  +2    -2    libs/flake/tests/TestShapeShadowCommand.cpp
M  +2    -2    libs/flake/tests/TestShapeStrokeCommand.cpp
M  +1    -1    libs/flake/tests/TestSnapStrategy.cpp
M  +1    -1    libs/flake/tests/TestSvgParser.cpp
M  +1    -1    libs/flake/tests/TestSvgParser.h
M  +2    -2    libs/flake/tests/TestSvgText.cpp
M  +1    -1    libs/flake/tests/TestSvgText.h
M  +1    -1    libs/global/tests/CMakeLists.txt
M  +1    -1    libs/global/tests/KisForestTest.cpp
M  +1    -2    libs/global/tests/KisForestTest.h
M  +2    -2    libs/global/tests/KisSharedThreadPoolAdapterTest.cpp
M  +1    -1    libs/global/tests/KisSharedThreadPoolAdapterTest.h
M  +1    -1    libs/global/tests/KisSignalAutoConnectionTest.cpp
M  +1    -1    libs/global/tests/KisSignalAutoConnectionTest.h
M  +1    -1    libs/global/tests/KisSignalCompressorTest.cpp
M  +1    -1    libs/global/tests/KisSignalCompressorTest.h
M  +2    -2    libs/image/tests/KisKeyframeAnimationInterfaceSignalTest.cpp
M  +1    -1    libs/image/tests/KisKeyframeAnimationInterfaceSignalTest.h
M  +2    -2    libs/image/tests/KisMaskGeneratorTest.cpp
M  +1    -1    libs/image/tests/KisMaskGeneratorTest.h
M  +2    -2    libs/image/tests/KisPerStrokeRandomSourceTest.cpp
M  +1    -1    libs/image/tests/KisPerStrokeRandomSourceTest.h
M  +2    -2    libs/image/tests/KisWatershedWorkerTest.cpp
M  +1    -1    libs/image/tests/KisWatershedWorkerTest.h
M  +2    -2    libs/image/tests/TestAslStorage.cpp
M  +2    -2    libs/image/tests/kis_adjustment_layer_test.cpp
M  +1    -1    libs/image/tests/kis_adjustment_layer_test.h
M  +2    -2    libs/image/tests/kis_algebra_2d_test.cpp
M  +2    -2    libs/image/tests/kis_annotation_test.cpp
M  +1    -1    libs/image/tests/kis_annotation_test.h
M  +1    -1    libs/image/tests/kis_asl_layer_style_serializer_test.cpp
M  +1    -1    libs/image/tests/kis_asl_layer_style_serializer_test.h
M  +1    -1    libs/image/tests/kis_asl_parser_test.cpp
M  +2    -2    libs/image/tests/kis_async_merger_test.cpp
M  +1    -1    libs/image/tests/kis_async_merger_test.h
M  +2    -2    libs/image/tests/kis_base_node_test.cpp
M  +1    -1    libs/image/tests/kis_base_node_test.h
M  +2    -2    libs/image/tests/kis_bsplines_test.cpp
M  +1    -1    libs/image/tests/kis_bsplines_test.h
M  +1    -1    libs/image/tests/kis_cage_transform_worker_test.cpp
M  +1    -1    libs/image/tests/kis_cage_transform_worker_test.h
M  +1    -1    libs/image/tests/kis_clone_layer_test.cpp
M  +1    -1    libs/image/tests/kis_clone_layer_test.h
M  +1    -1    libs/image/tests/kis_colorize_mask_test.cpp
M  +1    -1    libs/image/tests/kis_colorize_mask_test.h
M  +1    -1    libs/image/tests/kis_convolution_painter_test.cpp
M  +1    -1    libs/image/tests/kis_convolution_painter_test.h
M  +2    -2    libs/image/tests/kis_count_visitor_test.cpp
M  +1    -1    libs/image/tests/kis_count_visitor_test.h
M  +2    -2    libs/image/tests/kis_crop_processing_visitor_test.cpp
M  +1    -1    libs/image/tests/kis_crop_processing_visitor_test.h
M  +1    -1    libs/image/tests/kis_cs_conversion_test.cpp
M  +1    -1    libs/image/tests/kis_cs_conversion_test.h
M  +2    -2    libs/image/tests/kis_cubic_curve_test.cpp
M  +1    -1    libs/image/tests/kis_cubic_curve_test.h
M  +2    -2    libs/image/tests/kis_datamanager_test.cpp
M  +1    -1    libs/image/tests/kis_datamanager_test.h
M  +2    -2    libs/image/tests/kis_distance_information_test.cpp
M  +1    -1    libs/image/tests/kis_distance_information_test.h
M  +2    -2    libs/image/tests/kis_dom_utils_test.cpp
M  +1    -1    libs/image/tests/kis_dom_utils_test.h
M  +2    -2    libs/image/tests/kis_effect_mask_test.cpp
M  +1    -1    libs/image/tests/kis_effect_mask_test.h
M  +2    -2    libs/image/tests/kis_fast_math_test.cpp
M  +1    -1    libs/image/tests/kis_fast_math_test.h
M  +2    -2    libs/image/tests/kis_fill_interval_map_test.cpp
M  +1    -1    libs/image/tests/kis_fill_interval_map_test.h
M  +2    -2    libs/image/tests/kis_fill_interval_test.cpp
M  +1    -1    libs/image/tests/kis_fill_interval_test.h
M  +2    -2    libs/image/tests/kis_fill_painter_test.cpp
M  +1    -1    libs/image/tests/kis_fill_painter_test.h
M  +2    -2    libs/image/tests/kis_filter_config_widget_test.cpp
M  +1    -1    libs/image/tests/kis_filter_config_widget_test.h
M  +2    -2    libs/image/tests/kis_filter_configuration_test.cpp
M  +1    -1    libs/image/tests/kis_filter_configuration_test.h
M  +2    -2    libs/image/tests/kis_filter_mask_test.cpp
M  +1    -1    libs/image/tests/kis_filter_mask_test.h
M  +2    -2    libs/image/tests/kis_filter_processing_information_test.cpp
M  +1    -1    libs/image/tests/kis_filter_processing_information_test.h
M  +2    -2    libs/image/tests/kis_filter_registry_test.cpp
M  +1    -1    libs/image/tests/kis_filter_registry_test.h
M  +2    -2    libs/image/tests/kis_filter_strategy_test.cpp
M  +1    -1    libs/image/tests/kis_filter_strategy_test.h
M  +2    -2    libs/image/tests/kis_filter_test.cpp
M  +1    -1    libs/image/tests/kis_filter_test.h
M  +1    -1    libs/image/tests/kis_filter_weights_applicator_test.cpp
M  +1    -1    libs/image/tests/kis_filter_weights_applicator_test.h
M  +2    -2    libs/image/tests/kis_filter_weights_buffer_test.cpp
M  +1    -1    libs/image/tests/kis_filter_weights_buffer_test.h
M  +2    -2    libs/image/tests/kis_fixed_paint_device_test.cpp
M  +1    -1    libs/image/tests/kis_fixed_paint_device_test.h
M  +2    -2    libs/image/tests/kis_fixed_point_maths_test.cpp
M  +1    -1    libs/image/tests/kis_fixed_point_maths_test.h
M  +2    -2    libs/image/tests/kis_gradient_painter_test.cpp
M  +1    -1    libs/image/tests/kis_gradient_painter_test.h
M  +2    -2    libs/image/tests/kis_group_layer_test.cpp
M  +1    -1    libs/image/tests/kis_group_layer_test.h
M  +1    -1    libs/image/tests/kis_histogram_test.cpp
M  +1    -1    libs/image/tests/kis_histogram_test.h
M  +2    -2    libs/image/tests/kis_image_animation_interface_test.cpp
M  +2    -2    libs/image/tests/kis_image_commands_test.cpp
M  +1    -1    libs/image/tests/kis_image_commands_test.h
M  +2    -2    libs/image/tests/kis_image_signal_router_test.cpp
M  +1    -1    libs/image/tests/kis_image_signal_router_test.h
M  +1    -1    libs/image/tests/kis_image_test.cpp
M  +1    -1    libs/image/tests/kis_image_test.h
M  +2    -2    libs/image/tests/kis_iterator_benchmark.cpp
M  +1    -1    libs/image/tests/kis_iterator_benchmark.h
M  +1    -1    libs/image/tests/kis_iterator_test.cpp
M  +1    -1    libs/image/tests/kis_iterator_test.h
M  +1    -1    libs/image/tests/kis_iterators_ng_test.cpp
M  +1    -1    libs/image/tests/kis_iterators_ng_test.h
M  +2    -2    libs/image/tests/kis_keyframing_test.cpp
M  +1    -1    libs/image/tests/kis_keyframing_test.h
M  +2    -2    libs/image/tests/kis_layer_style_filter_environment_test.cpp
M  +1    -1    libs/image/tests/kis_layer_style_projection_plane_test.cpp
M  +1    -1    libs/image/tests/kis_layer_styles_test.cpp
M  +2    -2    libs/image/tests/kis_layer_test.cpp
M  +1    -1    libs/image/tests/kis_layer_test.h
M  +2    -2    libs/image/tests/kis_lazy_brush_test.cpp
M  +1    -1    libs/image/tests/kis_lazy_brush_test.h
M  +2    -2    libs/image/tests/kis_liquify_transform_worker_test.cpp
M  +1    -1    libs/image/tests/kis_liquify_transform_worker_test.h
M  +2    -2    libs/image/tests/kis_lod_capable_layer_offset_test.cpp
M  +2    -2    libs/image/tests/kis_marker_painter_test.cpp
M  +2    -2    libs/image/tests/kis_mask_generator_test.cpp
M  +1    -1    libs/image/tests/kis_mask_generator_test.h
M  +2    -2    libs/image/tests/kis_mask_similarity_test.cpp
M  +1    -1    libs/image/tests/kis_mask_similarity_test.h
M  +2    -2    libs/image/tests/kis_mask_test.cpp
M  +1    -1    libs/image/tests/kis_mask_test.h
M  +2    -2    libs/image/tests/kis_math_toolbox_test.cpp
M  +1    -1    libs/image/tests/kis_math_toolbox_test.h
M  +2    -2    libs/image/tests/kis_mesh_transform_worker_test.cpp
M  +1    -1    libs/image/tests/kis_mesh_transform_worker_test.h
M  +2    -2    libs/image/tests/kis_name_server_test.cpp
M  +1    -1    libs/image/tests/kis_name_server_test.h
M  +2    -2    libs/image/tests/kis_node_commands_test.cpp
M  +1    -1    libs/image/tests/kis_node_commands_test.h
M  +2    -2    libs/image/tests/kis_node_facade_test.cpp
M  +1    -1    libs/image/tests/kis_node_facade_test.h
M  +2    -2    libs/image/tests/kis_node_graph_listener_test.cpp
M  +1    -1    libs/image/tests/kis_node_graph_listener_test.h
M  +2    -2    libs/image/tests/kis_node_query_path_test.cpp
M  +1    -1    libs/image/tests/kis_node_query_path_test.h
M  +2    -2    libs/image/tests/kis_node_test.cpp
M  +1    -1    libs/image/tests/kis_node_test.h
M  +2    -2    libs/image/tests/kis_node_visitor_test.cpp
M  +1    -1    libs/image/tests/kis_node_visitor_test.h
M  +2    -2    libs/image/tests/kis_onion_skin_compositor_test.cpp
M  +1    -1    libs/image/tests/kis_onion_skin_compositor_test.h
M  +1    -1    libs/image/tests/kis_paint_device_test.cpp
M  +1    -1    libs/image/tests/kis_paint_device_test.h
M  +2    -2    libs/image/tests/kis_paint_information_test.cpp
M  +1    -1    libs/image/tests/kis_paint_information_test.h
M  +2    -2    libs/image/tests/kis_paint_layer_test.cpp
M  +1    -1    libs/image/tests/kis_paint_layer_test.h
M  +1    -1    libs/image/tests/kis_painter_test.cpp
M  +1    -1    libs/image/tests/kis_painter_test.h
M  +2    -2    libs/image/tests/kis_paintop_test.cpp
M  +1    -1    libs/image/tests/kis_paintop_test.h
M  +2    -2    libs/image/tests/kis_pattern_test.cpp
M  +1    -1    libs/image/tests/kis_pattern_test.h
M  +2    -2    libs/image/tests/kis_perspective_transform_worker_test.cpp
M  +1    -1    libs/image/tests/kis_perspective_transform_worker_test.h
M  +1    -1    libs/image/tests/kis_pixel_selection_test.cpp
M  +1    -1    libs/image/tests/kis_pixel_selection_test.h
M  +2    -2    libs/image/tests/kis_processing_applicator_test.cpp
M  +1    -1    libs/image/tests/kis_processing_applicator_test.h
M  +1    -1    libs/image/tests/kis_processings_test.cpp
M  +1    -1    libs/image/tests/kis_processings_test.h
M  +1    -1    libs/image/tests/kis_projection_leaf_test.cpp
M  +2    -2    libs/image/tests/kis_projection_test.cpp
M  +1    -1    libs/image/tests/kis_projection_test.h
M  +2    -2    libs/image/tests/kis_properties_configuration_test.cpp
M  +1    -1    libs/image/tests/kis_properties_configuration_test.h
M  +2    -2    libs/image/tests/kis_psd_layer_style_test.cpp
M  +2    -2    libs/image/tests/kis_queues_progress_updater_test.cpp
M  +1    -1    libs/image/tests/kis_queues_progress_updater_test.h
M  +2    -2    libs/image/tests/kis_random_generator_test.cpp
M  +1    -1    libs/image/tests/kis_random_generator_test.h
M  +2    -2    libs/image/tests/kis_scanline_fill_test.cpp
M  +1    -1    libs/image/tests/kis_scanline_fill_test.h
M  +2    -2    libs/image/tests/kis_selection_mask_test.cpp
M  +1    -1    libs/image/tests/kis_selection_mask_test.h
M  +1    -1    libs/image/tests/kis_selection_test.cpp
M  +1    -1    libs/image/tests/kis_selection_test.h
M  +2    -2    libs/image/tests/kis_shared_ptr_test.cpp
M  +1    -1    libs/image/tests/kis_shared_ptr_test.h
M  +2    -2    libs/image/tests/kis_simple_stroke_strategy_test.cpp
M  +1    -1    libs/image/tests/kis_simple_stroke_strategy_test.h
M  +1    -1    libs/image/tests/kis_simple_update_queue_test.cpp
M  +1    -1    libs/image/tests/kis_simple_update_queue_test.h
M  +2    -2    libs/image/tests/kis_stroke_strategy_undo_command_based_test.cpp
M  +1    -1    libs/image/tests/kis_stroke_strategy_undo_command_based_test.h
M  +2    -2    libs/image/tests/kis_stroke_test.cpp
M  +1    -1    libs/image/tests/kis_stroke_test.h
M  +1    -1    libs/image/tests/kis_strokes_queue_test.cpp
M  +1    -1    libs/image/tests/kis_strokes_queue_test.h
M  +1    -1    libs/image/tests/kis_time_span_test.cpp
M  +1    -1    libs/image/tests/kis_time_span_test.h
M  +2    -2    libs/image/tests/kis_transaction_test.cpp
M  +1    -1    libs/image/tests/kis_transaction_test.h
M  +1    -1    libs/image/tests/kis_transform_mask_test.cpp
M  +1    -1    libs/image/tests/kis_transform_mask_test.h
M  +1    -1    libs/image/tests/kis_transform_worker_test.cpp
M  +1    -1    libs/image/tests/kis_transform_worker_test.h
M  +2    -2    libs/image/tests/kis_transparency_mask_test.cpp
M  +1    -1    libs/image/tests/kis_transparency_mask_test.h
M  +2    -2    libs/image/tests/kis_types_test.cpp
M  +1    -1    libs/image/tests/kis_types_test.h
M  +1    -1    libs/image/tests/kis_update_scheduler_test.cpp
M  +1    -1    libs/image/tests/kis_update_scheduler_test.h
M  +1    -1    libs/image/tests/kis_updater_context_test.cpp
M  +1    -1    libs/image/tests/kis_updater_context_test.h
M  +2    -2    libs/image/tests/kis_vec_test.cpp
M  +1    -1    libs/image/tests/kis_vec_test.h
M  +1    -1    libs/image/tests/kis_walkers_test.cpp
M  +1    -1    libs/image/tests/kis_walkers_test.h
M  +2    -2    libs/image/tests/kis_warp_transform_worker_test.cpp
M  +1    -1    libs/image/tests/kis_warp_transform_worker_test.h
M  +1    -1    libs/image/tiles3/tests/CMakeLists.txt
M  +2    -2    libs/image/tiles3/tests/kis_chunk_allocator_test.cpp
M  +1    -1    libs/image/tiles3/tests/kis_chunk_allocator_test.h
M  +2    -2    libs/image/tiles3/tests/kis_compression_tests.cpp
M  +1    -1    libs/image/tiles3/tests/kis_compression_tests.h
M  +2    -2    libs/image/tiles3/tests/kis_lockless_stack_test.cpp
M  +1    -1    libs/image/tiles3/tests/kis_lockless_stack_test.h
M  +2    -2    libs/image/tiles3/tests/kis_low_memory_tests.cpp
M  +1    -1    libs/image/tiles3/tests/kis_low_memory_tests.h
M  +2    -2    libs/image/tiles3/tests/kis_memory_window_test.cpp
M  +1    -1    libs/image/tiles3/tests/kis_memory_window_test.h
M  +2    -2    libs/image/tiles3/tests/kis_store_limits_test.cpp
M  +1    -1    libs/image/tiles3/tests/kis_store_limits_test.h
M  +2    -2    libs/image/tiles3/tests/kis_swapped_data_store_test.cpp
M  +1    -1    libs/image/tiles3/tests/kis_swapped_data_store_test.h
M  +2    -2    libs/image/tiles3/tests/kis_tile_compressors_test.cpp
M  +1    -1    libs/image/tiles3/tests/kis_tile_compressors_test.h
M  +2    -2    libs/image/tiles3/tests/kis_tile_data_pooler_test.cpp
M  +1    -1    libs/image/tiles3/tests/kis_tile_data_pooler_test.h
M  +2    -2    libs/image/tiles3/tests/kis_tile_data_store_test.cpp
M  +1    -1    libs/image/tiles3/tests/kis_tile_data_store_test.h
M  +2    -2    libs/image/tiles3/tests/kis_tiled_data_manager_test.cpp
M  +1    -1    libs/image/tiles3/tests/kis_tiled_data_manager_test.h
M  +1    -1    libs/libkis/tests/CMakeLists.txt
M  +1    -1    libs/libkis/tests/TestChannel.cpp
M  +1    -1    libs/libkis/tests/TestDocument.cpp
M  +1    -1    libs/libkis/tests/TestFilter.cpp
M  +1    -1    libs/libkis/tests/TestManagedColor.cpp
M  +1    -1    libs/libkis/tests/TestNode.cpp
M  +1    -1    libs/libkis/tests/TestNotifier.cpp
M  +1    -1    libs/metadata/tests/CMakeLists.txt
M  +1    -1    libs/metadata/tests/kis_meta_data_test.cpp
M  +1    -1    libs/metadata/tests/kis_meta_data_test.h
M  +1    -0    libs/pigment/benchmarks/CMakeLists.txt
M  +2    -2    libs/pigment/benchmarks/KoColorSpacesBenchmark.cpp
M  +1    -1    libs/pigment/benchmarks/KoCompositeOpsBenchmark.cpp
M  +2    -1    libs/pigment/tests/CMakeLists.txt
M  +1    -1    libs/pigment/tests/KoRgbU8ColorSpaceTester.cpp
M  +1    -1    libs/pigment/tests/TestColorConversion.cpp
M  +1    -1    libs/pigment/tests/TestColorConversionSystem.cpp
M  +1    -1    libs/pigment/tests/TestConvolutionOpImpl.cpp
M  +1    -1    libs/pigment/tests/TestFallBackColorTransformation.cpp
M  +1    -1    libs/pigment/tests/TestKisSwatchGroup.cpp
M  +1    -1    libs/pigment/tests/TestKoChannelInfo.cpp
M  +1    -1    libs/pigment/tests/TestKoColor.cpp
M  +1    -1    libs/pigment/tests/TestKoColorSpaceAbstract.cpp
M  +1    -1    libs/pigment/tests/TestKoColorSpaceMaths.cpp
M  +1    -1    libs/pigment/tests/TestKoColorSpaceRegistry.cpp
M  +1    -1    libs/pigment/tests/TestKoColorSpaceSanity.cpp
M  +1    -1    libs/pigment/tests/TestKoIntegerMaths.cpp
M  +1    -1    libs/pigment/tests/TestKoStopGradient.cpp
M  +1    -1    libs/resources/tests/CMakeLists.txt
M  +1    -1    libs/resources/tests/ResourceTestHelper.h
M  +2    -2    libs/resources/tests/TestBundleStorage.cpp
M  +2    -2    libs/resources/tests/TestFolderStorage.cpp
M  +2    -2    libs/resources/tests/TestMemoryStorage.cpp
M  +2    -2    libs/resources/tests/TestResourceCacheDb.cpp
M  +2    -2    libs/resources/tests/TestResourceLoaderRegistry.cpp
M  +2    -2    libs/resources/tests/TestResourceLocator.cpp
M  +2    -2    libs/resources/tests/TestResourceModel.cpp
M  +2    -2    libs/resources/tests/TestResourceSearchBoxFilter.cpp
M  +2    -2    libs/resources/tests/TestResourceStorage.cpp
M  +2    -2    libs/resources/tests/TestResourceTypeModel.cpp
M  +2    -2    libs/resources/tests/TestStorageFilterProxyModel.cpp
M  +2    -2    libs/resources/tests/TestStorageModel.cpp
M  +2    -2    libs/resources/tests/TestTag.cpp
M  +1    -1    libs/resources/tests/TestTagFilterResourceProxyModel.cpp
M  +2    -2    libs/resources/tests/TestTagModel.cpp
M  +1    -1    libs/resources/tests/TestTagResourceModel.cpp
M  +1    -1    libs/store/tests/CMakeLists.txt
M  +1    -1    libs/store/tests/TestKoLZF.cpp
M  +1    -1    libs/store/tests/TestKoXmlVector.cpp
D  +0    -110  libs/store/tests/kodomtest.cpp
D  +0    -26   libs/store/tests/kodomtest.h
M  +1    -1    libs/ui/tests/FreehandStrokeBenchmark.cpp
M  +1    -1    libs/ui/tests/FreehandStrokeBenchmark.h
M  +2    -2    libs/ui/tests/KisAppimageUpdaterTest.cpp
M  +1    -1    libs/ui/tests/KisDocumentReplaceTest.h
M  +2    -2    libs/ui/tests/KisFrameCacheStoreTest.cpp
M  +2    -2    libs/ui/tests/KisFrameSerializerTest.cpp
M  +2    -2    libs/ui/tests/KisMultiFeedRssModelTest.cpp
M  +2    -2    libs/ui/tests/KisPaintOnTransparencyMaskTest.cpp
M  +1    -1    libs/ui/tests/KisPaintOnTransparencyMaskTest.h
M  +2    -2    libs/ui/tests/KisRssReaderTest.cpp
M  +1    -1    libs/ui/tests/KisRssReaderTest.h
M  +1    -1    libs/ui/tests/KisSpinBoxSplineUnitConverterTest.cpp
M  +1    -1    libs/ui/tests/KisSpinBoxSplineUnitConverterTest.h
M  +2    -2    libs/ui/tests/fill_processing_visitor_test.cpp
M  +1    -1    libs/ui/tests/fill_processing_visitor_test.h
M  +2    -2    libs/ui/tests/filter_stroke_test.cpp
M  +1    -1    libs/ui/tests/filter_stroke_test.h
M  +1    -1    libs/ui/tests/freehand_stroke_test.cpp
M  +1    -1    libs/ui/tests/freehand_stroke_test.h
M  +1    -1    libs/ui/tests/kis_action_manager_test.h
M  +1    -1    libs/ui/tests/kis_animation_exporter_test.cpp
M  +1    -1    libs/ui/tests/kis_animation_exporter_test.h
M  +1    -1    libs/ui/tests/kis_animation_frame_cache_test.cpp
M  +1    -1    libs/ui/tests/kis_animation_frame_cache_test.h
M  +1    -1    libs/ui/tests/kis_animation_importer_test.h
M  +2    -2    libs/ui/tests/kis_brush_hud_properties_config_test.cpp
M  +1    -1    libs/ui/tests/kis_brush_hud_properties_config_test.h
M  +2    -2    libs/ui/tests/kis_categories_mapper_test.cpp
M  +2    -2    libs/ui/tests/kis_categories_mapper_test.h
M  +2    -2    libs/ui/tests/kis_categorized_list_model_test.cpp
M  +1    -1    libs/ui/tests/kis_categorized_list_model_test.h
M  +2    -2    libs/ui/tests/kis_clipboard_test.cpp
M  +1    -1    libs/ui/tests/kis_clipboard_test.h
M  +2    -2    libs/ui/tests/kis_coordinates_converter_test.cpp
M  +1    -1    libs/ui/tests/kis_coordinates_converter_test.h
M  +1    -1    libs/ui/tests/kis_derived_resources_test.cpp
M  +1    -1    libs/ui/tests/kis_derived_resources_test.h
M  +1    -1    libs/ui/tests/kis_doc2_test.cpp
M  +1    -1    libs/ui/tests/kis_doc2_test.h
M  +1    -1    libs/ui/tests/kis_dummies_facade_base_test.cpp
M  +1    -1    libs/ui/tests/kis_dummies_facade_base_test.h
M  +1    -1    libs/ui/tests/kis_dummies_facade_test.cpp
M  +1    -1    libs/ui/tests/kis_exiv2_test.cpp
M  +1    -1    libs/ui/tests/kis_file_layer_test.cpp
M  +1    -1    libs/ui/tests/kis_file_layer_test.h
M  +2    -2    libs/ui/tests/kis_grid_config_test.cpp
M  +1    -1    libs/ui/tests/kis_grid_config_test.h
M  +2    -2    libs/ui/tests/kis_image_view_converter_test.cpp
M  +1    -1    libs/ui/tests/kis_image_view_converter_test.h
M  +2    -2    libs/ui/tests/kis_input_manager_test.cpp
M  +1    -1    libs/ui/tests/kis_input_manager_test.h
M  +2    -2    libs/ui/tests/kis_model_index_converter_test.cpp
M  +1    -1    libs/ui/tests/kis_model_index_converter_test.h
M  +2    -2    libs/ui/tests/kis_multinode_property_test.cpp
M  +1    -1    libs/ui/tests/kis_multinode_property_test.h
M  +2    -2    libs/ui/tests/kis_node_dummies_graph_test.cpp
M  +1    -1    libs/ui/tests/kis_node_dummies_graph_test.h
M  +2    -2    libs/ui/tests/kis_node_juggler_compressed_test.cpp
M  +1    -1    libs/ui/tests/kis_node_juggler_compressed_test.h
M  +1    -1    libs/ui/tests/kis_node_manager_test.cpp
M  +1    -1    libs/ui/tests/kis_node_manager_test.h
M  +1    -1    libs/ui/tests/kis_node_model_test.cpp
M  +1    -1    libs/ui/tests/kis_node_model_test.h
M  +2    -2    libs/ui/tests/kis_node_shapes_graph_test.cpp
M  +1    -1    libs/ui/tests/kis_node_shapes_graph_test.h
M  +1    -1    libs/ui/tests/kis_painting_assistants_decoration_test.h
M  +2    -2    libs/ui/tests/kis_prescaled_projection_test.cpp
M  +1    -1    libs/ui/tests/kis_prescaled_projection_test.h
M  +2    -2    libs/ui/tests/kis_selection_decoration_test.cpp
M  +1    -1    libs/ui/tests/kis_selection_decoration_test.h
M  +1    -1    libs/ui/tests/kis_selection_manager_test.cpp
M  +1    -1    libs/ui/tests/kis_selection_manager_test.h
M  +1    -1    libs/ui/tests/kis_shape_commands_test.cpp
M  +1    -1    libs/ui/tests/kis_shape_commands_test.h
M  +1    -1    libs/ui/tests/kis_shape_controller_test.cpp
M  +1    -1    libs/ui/tests/kis_shape_layer_test.cpp
M  +1    -1    libs/ui/tests/kis_shape_selection_test.cpp
M  +1    -1    libs/ui/tests/kis_shape_selection_test.h
M  +1    -1    libs/ui/tests/kis_stabilized_events_sampler_test.cpp
M  +1    -1    libs/ui/tests/kis_stabilized_events_sampler_test.h
M  +2    -2    libs/ui/tests/kis_stop_gradient_editor_test.cpp
M  +1    -1    libs/ui/tests/kis_stop_gradient_editor_test.h
M  +1    -1    libs/ui/tests/kis_zoom_and_pan_test.cpp
M  +1    -1    libs/ui/tests/kis_zoom_and_pan_test.h
M  +1    -1    libs/ui/tests/testing_categories_mapper.h
M  +1    -1    libs/ui/tests/util.h
M  +1    -1    libs/widgets/tests/CMakeLists.txt
M  +2    -2    libs/widgets/tests/KoAnchorSelectionWidgetTest.cpp
M  +1    -1    libs/widgets/tests/KoAnchorSelectionWidgetTest.h
M  +2    -2    libs/widgets/tests/TestKoZoomAction.cpp
M  +1    -1    libs/widgets/tests/TestKoZoomAction.h
M  +2    -2    libs/widgets/tests/zoomcontroller_test.cpp
M  +1    -1    libs/widgets/tests/zoomhandler_test.cpp
M  +1    -1    libs/widgetutils/tests/KisActionsSnapshotTest.cpp
M  +2    -2    libs/widgetutils/tests/KisDialogStateSaverTest.cpp
M  +1    -1    libs/widgetutils/tests/KisDialogStateSaverTest.h
M  +1    -1    libs/widgetutils/tests/KoPropertiesTest.cpp
M  +2    -2    libs/widgetutils/tests/TestKoProgressUpdater.cpp
M  +2    -2    libs/widgetutils/tests/TestSqueezedComboBox.cpp
M  +1    -1    libs/widgetutils/tests/TestSqueezedComboBox.h
M  +2    -2    libs/widgetutils/tests/kis_parse_spin_boxes_test.cpp
M  +1    -1    libs/widgetutils/tests/kis_simple_math_parser_test.cpp
M  +1    -1    plugins/color/lcms2engine/tests/CMakeLists.txt
M  +1    -1    plugins/color/lcms2engine/tests/TestColorSpaceRegistry.cpp
M  +2    -2    plugins/color/lcms2engine/tests/TestKoLcmsColorProfile.cpp
M  +1    -1    plugins/color/lcms2engine/tests/TestLcmsRGBP2020PQColorSpace.cpp
M  +1    -1    plugins/dockers/animation/tests/CMakeLists.txt
M  +1    -1    plugins/dockers/animation/tests/kis_animation_utils_test.cpp
M  +1    -1    plugins/dockers/animation/tests/kis_animation_utils_test.h
M  +1    -1    plugins/dockers/animation/tests/timeline_model_test.h
M  +1    -1    plugins/dockers/layerdocker/tests/TestNodeView.h
M  +2    -2    plugins/dockers/lut/tests/kis_ocio_display_filter_test.cpp
M  +1    -1    plugins/dockers/lut/tests/kis_ocio_display_filter_test.h
M  +1    -1    plugins/dockers/storyboarddocker/tests/CMakeLists.txt
M  +2    -2    plugins/dockers/storyboarddocker/tests/StoryboardModelTest.cpp
M  +1    -1    plugins/dockers/storyboarddocker/tests/StoryboardModelTest.h
M  +2    -2    plugins/dockers/storyboarddocker/tests/StoryboardTimelineSyncTest.cpp
M  +1    -1    plugins/dockers/storyboarddocker/tests/StoryboardTimelineSyncTest.h
M  +1    -1    plugins/extensions/qmic/tests/CMakeLists.txt
M  +2    -2    plugins/extensions/qmic/tests/kis_qmic_tests.cpp
M  +1    -1    plugins/extensions/qmic/tests/kis_qmic_tests.h
M  +1    -1    plugins/filters/tests/CMakeLists.txt
M  +1    -1    plugins/filters/tests/kis_all_filter_test.cpp
M  +1    -1    plugins/filters/tests/kis_all_filter_test.h
M  +1    -1    plugins/filters/tests/kis_crash_filter_test.cpp
M  +1    -1    plugins/filters/tests/kis_crash_filter_test.h
M  +2    -2    plugins/filters/unsharp/tests/kis_unsharp_mask_test.cpp
M  +1    -1    plugins/filters/unsharp/tests/kis_unsharp_mask_test.h
M  +1    -1    plugins/generators/screentone/tests/KisScreentoneGeneratorTest.cpp
M  +1    -1    plugins/generators/screentone/tests/KisScreentoneGeneratorTest.h
M  +1    -1    plugins/generators/seexpr/tests/kis_seexpr_generator_test.cpp
M  +1    -1    plugins/generators/seexpr/tests/kis_seexpr_generator_test.h
M  +1    -1    plugins/impex/brush/tests/KisBrushTest.cpp
M  +1    -1    plugins/impex/brush/tests/KisBrushTest.h
M  +2    -2    plugins/impex/csv/tests/kis_csv_test.cpp
M  +1    -1    plugins/impex/csv/tests/kis_csv_test.h
M  +1    -1    plugins/impex/exr/tests/kis_exr_test.cpp
M  +1    -1    plugins/impex/exr/tests/kis_exr_test.h
M  +1    -1    plugins/impex/gif/tests/KisGifTest.cpp
M  +1    -1    plugins/impex/gif/tests/KisGifTest.h
M  +1    -1    plugins/impex/heif/tests/KisHeifTest.cpp
M  +1    -1    plugins/impex/heif/tests/KisHeifTest.h
M  +1    -1    plugins/impex/heightmap/tests/kis_heightmap_test.cpp
M  +1    -1    plugins/impex/heightmap/tests/kis_heightmap_test.h
M  +1    -1    plugins/impex/jp2/tests/KisJP2Test.cpp
M  +1    -1    plugins/impex/jp2/tests/KisJP2Test.h
M  +1    -1    plugins/impex/jpeg/tests/kis_jpeg_test.cpp
M  +1    -1    plugins/impex/jpeg/tests/kis_jpeg_test.h
M  +1    -1    plugins/impex/libkra/tests/kis_kra_loader_test.cpp
M  +1    -1    plugins/impex/libkra/tests/kis_kra_loader_test.h
M  +1    -1    plugins/impex/libkra/tests/kis_kra_saver_test.cpp
M  +1    -1    plugins/impex/libkra/tests/kis_kra_saver_test.h
D  +0    -75   plugins/impex/libkra/tests/kis_kra_savexml_visitor_test.cpp
D  +0    -23   plugins/impex/libkra/tests/kis_kra_savexml_visitor_test.h
M  +1    -1    plugins/impex/libkra/tests/util.h
M  +1    -1    plugins/impex/ora/tests/KisOraTest.cpp
M  +1    -1    plugins/impex/ora/tests/KisOraTest.h
M  +1    -1    plugins/impex/pdf/tests/KisPdfTest.cpp
M  +1    -1    plugins/impex/pdf/tests/KisPdfTest.h
M  +1    -1    plugins/impex/png/tests/kis_png_test.cpp
M  +1    -1    plugins/impex/png/tests/kis_png_test.h
M  +2    -2    plugins/impex/psd/tests/compression_test.cpp
M  +1    -1    plugins/impex/psd/tests/compression_test.h
M  +1    -1    plugins/impex/psd/tests/kis_psd_test.cpp
M  +1    -1    plugins/impex/psd/tests/kis_psd_test.h
M  +2    -2    plugins/impex/psd/tests/psd_colormode_block_test.cpp
M  +1    -1    plugins/impex/psd/tests/psd_colormode_block_test.h
M  +2    -2    plugins/impex/psd/tests/psd_header_test.cpp
M  +1    -1    plugins/impex/psd/tests/psd_header_test.h
M  +2    -2    plugins/impex/psd/tests/psd_utils_test.cpp
M  +1    -1    plugins/impex/psd/tests/psd_utils_test.h
M  +1    -1    plugins/impex/qimageio/tests/KisQImageIOTest.cpp
M  +1    -1    plugins/impex/qimageio/tests/KisQImageIOTest.h
M  +1    -1    plugins/impex/qml/tests/KisQmlTest.cpp
M  +1    -1    plugins/impex/qml/tests/KisQmlTest.h
M  +1    -1    plugins/impex/raw/tests/KisRawTest.cpp
M  +1    -1    plugins/impex/raw/tests/KisRawTest.h
M  +1    -1    plugins/impex/svg/tests/kis_svg_test.cpp
M  +1    -1    plugins/impex/svg/tests/kis_svg_test.h
M  +1    -1    plugins/impex/tga/tests/KisTgaTest.cpp
M  +1    -1    plugins/impex/tga/tests/KisTgaTest.h
M  +1    -1    plugins/impex/tiff/tests/kis_tiff_test.cpp
M  +1    -1    plugins/impex/tiff/tests/kis_tiff_test.h
M  +1    -1    plugins/impex/xcf/tests/kis_xcf_test.cpp
M  +1    -1    plugins/impex/xcf/tests/kis_xcf_test.h
M  +2    -2    plugins/paintops/defaultpaintops/brush/tests/KisDabRenderingQueueTest.cpp
M  +2    -2    plugins/paintops/defaultpaintops/brush/tests/kis_brushop_test.cpp
M  +1    -1    plugins/paintops/defaultpaintops/brush/tests/kis_brushop_test.h
M  +1    -1    plugins/paintops/defaultpaintops/brush/tests/kis_clone_test.h
M  +1    -1    plugins/paintops/libpaintop/tests/kis_embedded_pattern_manager_test.cpp
M  +1    -1    plugins/paintops/libpaintop/tests/kis_embedded_pattern_manager_test.h
M  +2    -2    plugins/paintops/libpaintop/tests/kis_sensors_test.cpp
M  +1    -1    plugins/paintops/libpaintop/tests/kis_sensors_test.h
M  +2    -2    plugins/paintops/mypaint/tests/kis_mypaintop_test.cpp
M  +1    -1    plugins/paintops/mypaint/tests/kis_mypaintop_test.h
M  +1    -1    plugins/tools/basictools/tests/move_selection_stroke_test.cpp
M  +1    -1    plugins/tools/basictools/tests/move_stroke_test.cpp
M  +1    -1    plugins/tools/basictools/tests/move_stroke_test.h
M  +1    -1    plugins/tools/tool_transform2/tests/test_animated_transform_parameters.cpp
M  +1    -1    plugins/tools/tool_transform2/tests/test_animated_transform_parameters.h
A  +7    -0    sdk/tests/SimpleTest.h  *
M  +1    -1    sdk/tests/kistest.h
A  +14   -0    sdk/tests/simpletest.h  *
M  +1    -1    sdk/tests/stroke_testing_utils.cpp
M  +1    -1    sdk/tests/testutil.h

The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page.


https://invent.kde.org/graphics/krita/commit/2cc0c173bb4401961284f44ca6c65d81c0438051


More information about the kimageshop mailing list