NetworkManager/libnm-util/tests
Dan Winship d04f286327 all: remove pointless NULL checks
g_malloc(), etc, never return NULL, by API contract. Likewise, by
extension, no other glib function ever returns NULL due to lack of
memory. So remove lots of unnecessary checks (the vast majority of
which would have immediately crashed had they ever run anyway, since
g_set_error(), g_warning(), and nm_log_*() all need to allocate
memory).

https://bugzilla.gnome.org/show_bug.cgi?id=693678
2013-02-13 13:38:13 -05:00
..
certs libnm-util: recognize PKCS#8 private keys and check passwords (bgo #649326) 2011-05-13 14:22:06 -05:00
Makefile.am build: improve documentation and test configure options 2012-11-13 20:23:06 +01:00
test-crypto.c all: remove pointless NULL checks 2013-02-13 13:38:13 -05:00
test-general.c build: "make check" fixes 2012-10-04 09:07:49 -04:00
test-secrets.c core: use nm_connection_get_setting_<type>() whenever possible 2011-12-06 16:06:43 -06:00
test-setting-8021x.c libnm-util: remove unused D-Bus dbus_g_bus_get() call from test-setting-8021x.c 2011-06-14 16:14:40 +02:00
test-settings-defaults.c libnm-util: remove unused D-Bus dbus_g_bus_get() call from test-settings-defaults.c 2011-06-14 16:10:40 +02:00