NetworkManager/dispatcher/tests
Thomas Haller 0d3bf9729a dispatcher/tests: cleanup tests
- use cleanup macros everywhere.

- In particular use nm_auto_clear_variant_builder to free the
  GVariantBuilder in the error cases. Note that the error cases
  anyway are asserted against, so during a normal test run there
  was no leak. But we should not write software like that.

- use nm_utils_strsplit_set_with_empty() instead of g_strsplit_set().
  We should use our variant also in unit-tests, because that way the
  function gets more test coverage. And it likely performs better
  anyway.
2019-04-12 11:10:07 +02:00
..
dispatcher-connectivity-full dispatcher/tests: fix test after adding NM_DISPATCHER_ACTION 2018-06-18 15:43:38 +02:00
dispatcher-connectivity-unknown dispatcher/tests: fix test after adding NM_DISPATCHER_ACTION 2018-06-18 15:43:38 +02:00
dispatcher-down dispatcher/tests: fix test after adding NM_DISPATCHER_ACTION 2018-06-18 15:43:38 +02:00
dispatcher-external dispatcher/tests: fix test after adding NM_DISPATCHER_ACTION 2018-06-18 15:43:38 +02:00
dispatcher-up dispatcher/tests: fix test after adding NM_DISPATCHER_ACTION 2018-06-18 15:43:38 +02:00
dispatcher-vpn-down dispatcher/tests: fix test after adding NM_DISPATCHER_ACTION 2018-06-18 15:43:38 +02:00
dispatcher-vpn-up dispatcher/tests: fix test after adding NM_DISPATCHER_ACTION 2018-06-18 15:43:38 +02:00
meson.build build: meson: Add trailing commas 2018-12-20 13:50:34 +01:00
test-dispatcher-envp.c dispatcher/tests: cleanup tests 2019-04-12 11:10:07 +02:00