summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-10-10 15:10:59 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-10-10 15:11:13 +0100
commit43a87ab723d8c21880c18bfd084a5c03e90ad89f (patch)
tree720ba6c5b90f136b68a438a691ce3cc2bfe98ea6 /tests
parent468c19fb3ee29da725d9ed9acd07325ad2b329f4 (diff)
Update to telepathy-spec 0.24.0
This also includes the updates to the Call-based example code omitted from fa81060.
Diffstat (limited to 'tests')
-rw-r--r--tests/dbus/call-example.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/dbus/call-example.c b/tests/dbus/call-example.c
index 0e3cfb7a..a0923dd5 100644
--- a/tests/dbus/call-example.c
+++ b/tests/dbus/call-example.c
@@ -427,7 +427,7 @@ loop_until_answered (Test *test)
g_assert_no_error (test->error);
if (tp_asv_get_uint32 (test->get_all_return, "CallState",
- NULL) != FUTURE_CALL_STATE_PENDING_RECEIVER)
+ NULL) != FUTURE_CALL_STATE_RINGING)
return;
}
}
@@ -791,7 +791,7 @@ test_no_answer (Test *test,
g_assert_no_error (test->error);
assert_call_properties (test->get_all_return,
- FUTURE_CALL_STATE_PENDING_RECEIVER, test->self_handle,
+ FUTURE_CALL_STATE_RINGING, test->self_handle,
FUTURE_CALL_STATE_CHANGE_REASON_USER_REQUESTED, "",
TRUE, 0, /* call flags */
TRUE, TRUE, FALSE); /* initial audio/video must be TRUE, FALSE */
@@ -994,7 +994,7 @@ test_incoming (Test *test,
g_main_loop_run (test->mainloop);
g_assert_no_error (test->error);
assert_call_properties (test->get_all_return,
- FUTURE_CALL_STATE_PENDING_RECEIVER, test->peer_handle,
+ FUTURE_CALL_STATE_RINGING, test->peer_handle,
FUTURE_CALL_STATE_CHANGE_REASON_USER_REQUESTED, "",
TRUE, 0, /* call flags */
TRUE, TRUE, FALSE); /* initial audio/video must be TRUE, FALSE */