[folks/next] sync test code with tp-glib next HEAD



commit c8a39f2c37cc7b05c216ff7603be6547e60f386c
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri May 16 15:33:40 2014 +0200

    sync test code with tp-glib next HEAD

 tests/lib/telepathy/contactlist/contacts-conn.c    |    1 -
 .../telepathy/contactlist/simple-account-manager.c |    1 -
 tests/lib/telepathy/contactlist/simple-account.c   |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/tests/lib/telepathy/contactlist/contacts-conn.c b/tests/lib/telepathy/contactlist/contacts-conn.c
index a835d37..3cd4296 100644
--- a/tests/lib/telepathy/contactlist/contacts-conn.c
+++ b/tests/lib/telepathy/contactlist/contacts-conn.c
@@ -542,7 +542,6 @@ tp_tests_contacts_connection_class_init (TpTestsContactsConnectionClass *klass)
   base_class->fill_contact_attributes =
     tp_tests_contacts_connection_fill_contact_attributes;
 
-  tp_dbus_properties_mixin_class_init (object_class, 0);
   tp_dbus_properties_mixin_implement_interface (object_class,
         TP_IFACE_QUARK_CONNECTION_INTERFACE_AVATARS1,
         conn_avatars_properties_getter, NULL, conn_avatars_properties);
diff --git a/tests/lib/telepathy/contactlist/simple-account-manager.c 
b/tests/lib/telepathy/contactlist/simple-account-manager.c
index 0bc9d66..7630bb0 100644
--- a/tests/lib/telepathy/contactlist/simple-account-manager.c
+++ b/tests/lib/telepathy/contactlist/simple-account-manager.c
@@ -182,7 +182,6 @@ tp_tests_simple_account_manager_class_init (
       G_PARAM_READABLE);
   g_object_class_install_property (object_class, PROP_UNUSABLE_ACCOUNTS, param_spec);
 
-  tp_dbus_properties_mixin_class_init (object_class, 0);
   tp_dbus_properties_mixin_implement_interface (object_class,
         TP_IFACE_QUARK_ACCOUNT_MANAGER,
         tp_dbus_properties_mixin_getter_gobject_properties, NULL, am_props);
diff --git a/tests/lib/telepathy/contactlist/simple-account.c 
b/tests/lib/telepathy/contactlist/simple-account.c
index 25f5a00..84474ab 100644
--- a/tests/lib/telepathy/contactlist/simple-account.c
+++ b/tests/lib/telepathy/contactlist/simple-account.c
@@ -557,7 +557,6 @@ tp_tests_simple_account_class_init (TpTestsSimpleAccountClass *klass)
   g_object_class_install_property (object_class,
       PROP_SUPERSEDES, param_spec);
 
-  tp_dbus_properties_mixin_class_init (object_class, 0);
   tp_dbus_properties_mixin_implement_interface (object_class,
         TP_IFACE_QUARK_ACCOUNT,
         tp_dbus_properties_mixin_getter_gobject_properties, NULL, a_props);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]