summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-test.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-08-29 01:05:00 +0000
committerHavoc Pennington <hp@redhat.com>2003-08-29 01:05:00 +0000
commit8d38a2e2c5dc95de992c4d856ec1b0c0948bca3e (patch)
tree6df0de00f2b7d8da4623c2d31932d45deb39ca93 /dbus/dbus-test.c
parent24f411a6a10e4838f57595720642ce83ceae814c (diff)
2003-08-28 Havoc Pennington <hp@pobox.com>
purge DBusObjectID * dbus/dbus-connection.c: port to no ObjectID, create a DBusObjectTree, rename ObjectTree to ObjectPath in public API * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete everything except UnregisterFunction and MessageFunction * dbus/dbus-marshal.c: port away from DBusObjectID, add DBUS_TYPE_OBJECT_PATH * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc], dbus/dbus-objectid.[hc]: remove these, we are moving to path-based object IDs
Diffstat (limited to 'dbus/dbus-test.c')
-rw-r--r--dbus/dbus-test.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/dbus/dbus-test.c b/dbus/dbus-test.c
index 2ab7fc27..259244ce 100644
--- a/dbus/dbus-test.c
+++ b/dbus/dbus-test.c
@@ -100,30 +100,12 @@ dbus_internal_do_not_use_run_tests (const char *test_data_dir)
check_memleaks ();
- printf ("%s: running object ID tests\n", "dbus-test");
- if (!_dbus_object_id_test ())
- die ("object ID");
-
- check_memleaks ();
-
- printf ("%s: running object registry tests\n", "dbus-test");
- if (!_dbus_object_registry_test ())
- die ("object registry");
-
- check_memleaks ();
-
printf ("%s: running object tree tests\n", "dbus-test");
if (!_dbus_object_tree_test ())
die ("object tree");
check_memleaks ();
- printf ("%s: running object tests\n", "dbus-test");
- if (!_dbus_object_test ())
- die ("object");
-
- check_memleaks ();
-
printf ("%s: running marshalling tests\n", "dbus-test");
if (!_dbus_marshal_test ())
die ("marshalling");