[Bug 39377] TP_CONTACT_FEATURE_LOCATION repeatedly prepared for contacts who have no location

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 19 18:53:38 CEST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=39377

--- Comment #1 from Will Thompson <will.thompson at collabora.co.uk> 2011-07-19 09:53:37 PDT ---
I tweaked test_by_handle_again() to see which other features have this issue.

-  TpContactFeature feature = TP_CONTACT_FEATURE_ALIAS;
+  TpContactFeature features[] = {
+      TP_CONTACT_FEATURE_ALIAS,
+      // TP_CONTACT_FEATURE_AVATAR_TOKEN,
+      TP_CONTACT_FEATURE_PRESENCE,
+      // TP_CONTACT_FEATURE_LOCATION,
+      // TP_CONTACT_FEATURE_CAPABILITIES,
+      // TP_CONTACT_FEATURE_AVATAR_DATA,
+      // TP_CONTACT_FEATURE_CONTACT_INFO,
+      TP_CONTACT_FEATURE_CLIENT_TYPES,
+      TP_CONTACT_FEATURE_SUBSCRIPTION_STATES,
+      TP_CONTACT_FEATURE_CONTACT_GROUPS
+  };

Uncommenting any one of the commented features above makes the test fail. In
some cases this could be due to misimplementation of the test CM—I haven't
checked.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the telepathy-bugs mailing list