summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-17 12:32:12 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-17 12:32:12 +0200
commitd04f1003cf6eae545e924b736bdaa049893633d3 (patch)
tree08bb261339060b95b60bdfd051be41a354548d23
parent06ffab287704a5f78cb10b2ed2b207fc47e81724 (diff)
simple-channel-dispatch-operation: fire Finished when Claim is called
-rw-r--r--tests/lib/simple-channel-dispatch-operation.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/simple-channel-dispatch-operation.c b/tests/lib/simple-channel-dispatch-operation.c
index c74ff773..796d226d 100644
--- a/tests/lib/simple-channel-dispatch-operation.c
+++ b/tests/lib/simple-channel-dispatch-operation.c
@@ -78,6 +78,8 @@ tp_tests_simple_channel_dispatch_operation_claim (
TpSvcChannelDispatchOperation *iface,
DBusGMethodInvocation *context)
{
+ tp_svc_channel_dispatch_operation_emit_finished (iface);
+
dbus_g_method_return (context);
}