summaryrefslogtreecommitdiff
path: root/tests/dbus/account-manager.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-05 13:37:26 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-05 13:37:26 +0000
commitc0c4534f0e2a28a85b71c240e090b8d5d25f8511 (patch)
tree6f0f27cd3688e16db5cc4a7b3721cc8cb2ec3dc8 /tests/dbus/account-manager.c
parent8693cafff55ce9ec0ccbd3fbdd6df827197060ad (diff)
WiP: better diagnostics for allwip-better-assertions
Diffstat (limited to 'tests/dbus/account-manager.c')
-rw-r--r--tests/dbus/account-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/account-manager.c b/tests/dbus/account-manager.c
index 7d764f318..4d0e75866 100644
--- a/tests/dbus/account-manager.c
+++ b/tests/dbus/account-manager.c
@@ -311,7 +311,7 @@ finish_assert_am_not_activatable_action (TpDBusDaemon *proxy,
{
guint i;
- g_assert (error == NULL);
+ g_assert_no_error (error);
for (i=0; names[i] != NULL; i++)
{