NetworkManager/libnm/tests
Dan Winship 4f75ff92b4 libnm-core, libnm, devices: merge client and daemon NMDeviceError
Merge libnm's NMDeviceError and the daemon's NMDeviceError into a
single enum (in nm-errors.h). Register the domain with D-Bus, and add
a test that the client side decodes it correctly.

The daemon's NM_DEVICE_ERROR_CONNECTION_INVALID gets absorbed into
libnm's NM_DEVICE_ERROR_INVALID_CONNECTION, and
NM_DEVICE_ERROR_UNSUPPORTED_DEVICE_TYPE gets dropped, since it was
only returned from one place, which is now using
NM_DEVICE_ERROR_FAILED, since (a) it ought to be a "can't happen", and
(b) the only caller of that function just logs error->message and then
frees the error without ever looking at the code.
2014-10-22 08:29:08 -04:00
..
common.c libnm: abstract out duplicated device-creating code in tests 2014-10-19 09:27:47 -04:00
common.h libnm: abstract out duplicated device-creating code in tests 2014-10-19 09:27:47 -04:00
libnm-test-launch.sh libnm: add libnm/libnm-core (part 2) 2014-08-01 14:34:04 -04:00
Makefile.am libnm: port to GDBus 2014-09-18 11:51:09 -04:00
test-nm-client.c libnm-core, libnm, devices: merge client and daemon NMDeviceError 2014-10-22 08:29:08 -04:00
test-remote-settings-client.c libnm-core, core: register NMConnectionError with D-Bus 2014-10-22 08:29:08 -04:00
test-secret-agent.c tools: add a bit more activation support to test-networkmanager-service.py 2014-10-19 09:27:47 -04:00