From cc5d7ccdba6e46548a1e895db1d8dab3409278b8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 19 Aug 2012 02:26:05 -0400 Subject: [PATCH] Improve test coverage for unix socket addresses --- gio/tests/unix-fd.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gio/tests/unix-fd.c b/gio/tests/unix-fd.c index 666c1a2..02a63ca 100644 --- a/gio/tests/unix-fd.c +++ b/gio/tests/unix-fd.c @@ -158,6 +158,10 @@ test_fds (void) g_assert_cmpint (g_unix_socket_address_get_address_type (G_UNIX_SOCKET_ADDRESS (addr)), ==, G_UNIX_SOCKET_ADDRESS_ANONYMOUS); g_assert_cmpint (g_unix_socket_address_get_path_len (G_UNIX_SOCKET_ADDRESS (addr)), ==, 0); +G_GNUC_BEGIN_IGNORE_DEPRECATIONS + g_assert (!g_unix_socket_address_get_is_abstract (G_UNIX_SOCKET_ADDRESS (addr))); +G_GNUC_END_IGNORE_DEPRECATIONS + g_object_get (addr, "path", &path, "path-as-array", &array, -- 2.7.4