X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Ftest%2Ftest-tables.c;h=213844219e2313ce6784184d0b932be702d00686;hp=88e7d10c60b7e5041cfaa85817a161806c7eafd2;hb=17c6bd5222c7d05cd4f577ac131a448307605b00;hpb=8aa209ee141b2314e9f1bb502a08c5129bcca3b1 diff --git a/src/test/test-tables.c b/src/test/test-tables.c index 88e7d10c6..213844219 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -48,6 +48,7 @@ #include "link-config.h" #include "bus-policy.h" #include "journald-server.h" +#include "locale-util.h" #include "test-tables.h" @@ -55,7 +56,7 @@ int main(int argc, char **argv) { test_table(architecture, ARCHITECTURE); test_table(automount_result, AUTOMOUNT_RESULT); test_table(automount_state, AUTOMOUNT_STATE); - test_table(busname_policy_access, BUSNAME_POLICY_ACCESS); + test_table(bus_policy_access, BUS_POLICY_ACCESS); test_table(busname_result, BUSNAME_RESULT); test_table(busname_state, BUSNAME_STATE); test_table(cgroup_device_policy, CGROUP_DEVICE_POLICY); @@ -63,7 +64,7 @@ int main(int argc, char **argv) { test_table(device_state, DEVICE_STATE); test_table(exec_input, EXEC_INPUT); test_table(exec_output, EXEC_OUTPUT); - test_table(failure_action, SERVICE_FAILURE_ACTION); + test_table(failure_action, FAILURE_ACTION); test_table(job_mode, JOB_MODE); test_table(job_result, JOB_RESULT); test_table(job_state, JOB_STATE); @@ -116,6 +117,7 @@ int main(int argc, char **argv) { test_table(unit_file_state, UNIT_FILE_STATE); test_table(unit_load_state, UNIT_LOAD_STATE); test_table(unit_type, UNIT_TYPE); + test_table(locale_variable, VARIABLE_LC); test_table_sparse(object_compressed, OBJECT_COMPRESSED);