~ubuntu-branches/ubuntu/maverick/telepathy-glib/maverick

« back to all changes in this revision

Viewing changes to tests/dbus/contacts-mixin.c

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2010-05-10 17:59:54 UTC
  • mfrom: (1.6.1 upstream) (27.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100510175954-bxvqq3xx0sy4itmp
Tags: 0.11.5-1
New upstream version with new API/ABI

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
 
157
157
  g_type_init ();
158
158
  tp_debug_set_flags ("all");
159
 
  dbus = tp_dbus_daemon_new (tp_get_bus ());
 
159
  dbus = test_dbus_daemon_dup_or_die ();
160
160
 
161
 
  service_conn = CONTACTS_CONNECTION (g_object_new (
 
161
  service_conn = CONTACTS_CONNECTION (test_object_new_static_class (
162
162
        CONTACTS_TYPE_CONNECTION,
163
163
        "account", "me@example.com",
164
164
        "protocol", "simple",