NetworkManager/libnm-util/tests
Dan Winship 08f04466e8 all: remove more pointless NULL checks
GObject creation cannot normally fail, except for types that implement
GInitable and take a GError in their _new() method. Some NM types
override constructor() and return NULL in some cases, but these
generally only happen in the case of programmer error (eg, failing to
set a mandatory property), and so crashing is reasonable (and most
likely inevitable anyway).

So, remove all NULL checks after calls to g_object_new() and its
myriad wrappers.

https://bugzilla.gnome.org/show_bug.cgi?id=693678
2013-02-13 13:38:36 -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 all: remove more pointless NULL checks 2013-02-13 13:38:36 -05: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