summaryrefslogtreecommitdiff
path: root/test/core/unsupported-type.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/unsupported-type.c')
-rw-r--r--test/core/unsupported-type.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/core/unsupported-type.c b/test/core/unsupported-type.c
index f8dca7c..d8e397b 100644
--- a/test/core/unsupported-type.c
+++ b/test/core/unsupported-type.c
@@ -197,15 +197,9 @@ test_call (Fixture *f,
dbus_pending_call_unref (pc);
/* it didn't work */
-#if 0
/* this is what it should be */
g_assert_cmpstr (dbus_message_get_error_name (reply), ==,
DBUS_ERROR_INVALID_SIGNATURE);
-#else
- /* this is what it is right now */
- g_assert_cmpstr (dbus_message_get_error_name (reply), ==,
- "org.freedesktop.DBus.GLib.ErrorError");
-#endif
/* it didn't call the into the user-supplied C code */
g_assert_cmpuint (MY_OBJECT (f->object)->echo_variant_called, ==, 0);