summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-01-27 12:49:07 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-12 12:30:42 +0200
commit9ecc526bfc528fef5fdafdeb81ea53d232b0effd (patch)
treea98b1841e87a6e7cccaf8fe67cde0610ceecde05
parent447d7d95e37617e7d75499ea585dbefdd0689f43 (diff)
test_prepare_capabilities: improve description
-rw-r--r--tests/dbus/proxy-preparation.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/dbus/proxy-preparation.c b/tests/dbus/proxy-preparation.c
index c3139854..7c6e51cd 100644
--- a/tests/dbus/proxy-preparation.c
+++ b/tests/dbus/proxy-preparation.c
@@ -93,8 +93,9 @@ static void
test_prepare_capabilities (Test *test,
gconstpointer data G_GNUC_UNUSED)
{
- /* Prepare capabilities on a new proxy. Core should be prepared *before*
- * checking if Requests is implemented */
+ /* Prepare capabilities on a new proxy. CORE should be automatically prepared
+ * *before* checking if Requests is implemented as
+ * tp_proxy_has_interface_by_id() can't work without CORE. */
GQuark features[] = { TP_CONNECTION_FEATURE_CAPABILITIES, 0 };
tp_proxy_prepare_async (test->my_conn, features, prepare_cb, test);