summaryrefslogtreecommitdiff
path: root/tests/dbus/call-channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus/call-channel.c')
-rw-r--r--tests/dbus/call-channel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/dbus/call-channel.c b/tests/dbus/call-channel.c
index 12bafce78..1269f2bdd 100644
--- a/tests/dbus/call-channel.c
+++ b/tests/dbus/call-channel.c
@@ -658,7 +658,9 @@ test_basics (Test *test,
g_main_loop_run (test->mainloop);
g_assert_no_error (test->error);
- g_assert (test->added_content != NULL);
+ g_assert (TP_IS_CALL_CONTENT (test->added_content));
+ g_assert (tp_proxy_get_factory (test->added_content) ==
+ tp_proxy_get_factory (test->call_chan));
video_content = test->added_content;
tp_tests_proxy_run_until_prepared (video_content, NULL);