diff --git a/core/tests/unit/ldml/keyboards/k_000_minimal_keyboard.xml b/core/tests/unit/ldml/keyboards/k_000_minimal_keyboard.xml new file mode 100644 index 00000000000..44c043f8914 --- /dev/null +++ b/core/tests/unit/ldml/keyboards/k_000_minimal_keyboard.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + diff --git a/core/tests/unit/ldml/keyboards/k_000_null_keyboard.xml b/core/tests/unit/ldml/keyboards/k_000_null_keyboard.xml deleted file mode 100644 index 73dfce5dd93..00000000000 --- a/core/tests/unit/ldml/keyboards/k_000_null_keyboard.xml +++ /dev/null @@ -1,10 +0,0 @@ - - diff --git a/core/tests/unit/ldml/keyboards/meson.build b/core/tests/unit/ldml/keyboards/meson.build index 55004f78b87..29aa37541b9 100644 --- a/core/tests/unit/ldml/keyboards/meson.build +++ b/core/tests/unit/ldml/keyboards/meson.build @@ -17,8 +17,7 @@ tests_from_cldr = [ # these have 'embedded' (@@) testdata instead of a separate file tests_without_testdata = [ -# disabling 000 until we have updates to core or to the keyboard so that it passes -# 'k_000_null_keyboard', + 'k_000_minimal_keyboard', 'k_002_tinyu32', 'k_003_transform', 'k_004_tinyshift',