mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 16:21:40 +00:00

Adds a test with a schema example containing a super cycle and a .cfg file containing an unknown key to this schema. Previously, this would cause an infinite loop or crash. Now an exception for invalid key should be thrown.
36 lines
979 B
Plaintext
36 lines
979 B
Plaintext
tests/gui/fire_event.cpp
|
|
tests/gui/iterator.cpp
|
|
tests/gui/test_gui2.cpp
|
|
tests/gui/visitor.cpp
|
|
tests/main.cpp
|
|
tests/test_addons.cpp
|
|
tests/test_commandline_options.cpp
|
|
tests/test_config.cpp
|
|
tests/test_config_cache.cpp
|
|
tests/test_config_filters.cpp
|
|
tests/test_filesystem.cpp
|
|
tests/test_formula_core.cpp
|
|
tests/test_formula_function.cpp
|
|
tests/test_formula_timespan.cpp
|
|
tests/test_image_modifications.cpp
|
|
tests/test_irdya_date.cpp
|
|
tests/test_lexical_cast.cpp
|
|
tests/test_map_location.cpp
|
|
tests/test_mp_connect.cpp
|
|
tests/test_recall_list.cpp
|
|
tests/test_rng.cpp
|
|
tests/test_sdl.cpp
|
|
tests/test_serialization.cpp
|
|
tests/test_simple_wml.cpp
|
|
tests/test_team.cpp
|
|
tests/test_unit_map.cpp
|
|
tests/test_util.cpp
|
|
tests/test_version.cpp
|
|
tests/test_whiteboard_side_actions.cpp
|
|
tests/utils/fake_display.cpp
|
|
tests/utils/game_config_manager_tests.cpp
|
|
tests/utils/wml_equivalence.cpp
|
|
tests/wml/test_macro_define.cpp
|
|
tests/wml/schema/test_schema_validator.cpp
|
|
tests/wml/schema/test_schema_self_validator.cpp
|