NetworkManager/libnm/tests
Thomas Haller feea4222ef libnm/tests: unsubscribe signal handler during test_activate_virtual()
libnm is gonna change, where it would still emit signals when the
instance gets destructed. In particular, when the device gets removed
from the NMClient cache, the references to other objects would be
cleared (and consequently property changed signals emitted).

This will cause a test failure, because the signal was not unsubscribed:

    test:ERROR:libnm/tests/test-nm-client.c:694:device_ac_changed_cb: assertion failed: (nm_device_get_active_connection (NM_DEVICE (device)) != NULL)
2019-11-07 11:34:36 +01:00
..
meson.build meson: Improve targets involving libnm library 2019-10-01 09:49:33 +02:00
test-libnm.c libnm: include "nm-libnm-utils.h" by default in libnm sources 2019-10-18 22:09:18 +02:00
test-nm-client.c libnm/tests: unsubscribe signal handler during test_activate_virtual() 2019-11-07 11:34:36 +01:00
test-remote-settings-client.c tests: use nmtstc_client_new() to create NMClient instance and cleanup tests 2019-11-07 11:34:36 +01:00
test-secret-agent.c tests: use nmtstc_client_new() to create NMClient instance and cleanup tests 2019-11-07 11:34:36 +01:00