[next] telepathy-glib: Fix previous commit

Xavier Claessens xclaesse at kemper.freedesktop.org
Fri May 18 09:44:22 PDT 2012


Module: telepathy-glib
Branch: next
Commit: 6c841efe06a165b1555665104b0c899629e869db
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=6c841efe06a165b1555665104b0c899629e869db

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Fri May 18 18:43:55 2012 +0200

Fix previous commit

forgot to amend the commit fix this

---

 docs/reference/telepathy-glib-sections.txt |    1 -
 tests/dbus/connection.c                    |    9 ---------
 2 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/docs/reference/telepathy-glib-sections.txt b/docs/reference/telepathy-glib-sections.txt
index 0ac9ac0..faf29ed 100644
--- a/docs/reference/telepathy-glib-sections.txt
+++ b/docs/reference/telepathy-glib-sections.txt
@@ -3256,7 +3256,6 @@ tp_connection_get_protocol_name
 tp_connection_get_self_contact
 tp_connection_init_known_interfaces
 tp_connection_presence_type_cmp_availability
-tp_connection_parse_object_path
 tp_connection_get_capabilities
 tp_connection_get_avatar_requirements
 tp_connection_get_contact_info_flags
diff --git a/tests/dbus/connection.c b/tests/dbus/connection.c
index 7a89d90..38a30ab 100644
--- a/tests/dbus/connection.c
+++ b/tests/dbus/connection.c
@@ -118,7 +118,6 @@ test_prepare (Test *test,
   TpCapabilities *caps;
   GPtrArray *classes;
   gchar *cm_name, *protocol_name;
-  gboolean parsed;
 
   test->conn = tp_connection_new (test->dbus, test->conn_name, test->conn_path,
       &error);
@@ -150,14 +149,6 @@ test_prepare (Test *test,
   g_assert_cmpint (tp_connection_get_status (test->conn, NULL), ==,
       TP_CONNECTION_STATUS_DISCONNECTED);
 
-  parsed = tp_connection_parse_object_path (test->conn, &protocol_name,
-      &cm_name);
-  g_assert (parsed);
-  g_assert_cmpstr (protocol_name, ==, "simple-protocol");
-  g_assert_cmpstr (cm_name, ==, "simple");
-  g_free (protocol_name);
-  g_free (cm_name);
-
   g_assert_cmpstr (tp_connection_get_connection_manager_name (test->conn), ==,
           "simple");
   g_assert_cmpstr (tp_connection_get_protocol_name (test->conn), ==,



More information about the telepathy-commits mailing list