summaryrefslogtreecommitdiff
path: root/tests/dbus/account.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus/account.c')
-rw-r--r--tests/dbus/account.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/dbus/account.c b/tests/dbus/account.c
index f78ccf143..3fb54b4b7 100644
--- a/tests/dbus/account.c
+++ b/tests/dbus/account.c
@@ -409,11 +409,11 @@ test_prepare_success (Test *test,
g_assert_cmpuint (GPOINTER_TO_UINT (details), ==, 666);
/* the CM and protocol come from the object path */
- g_assert_cmpstr (tp_account_get_connection_manager (test->account),
+ g_assert_cmpstr (tp_account_get_cm_name (test->account),
==, "what");
- assert_strprop (test->account, "connection-manager", "what");
- g_assert_cmpstr (tp_account_get_protocol (test->account), ==, "ev");
- assert_strprop (test->account, "protocol", "ev");
+ assert_strprop (test->account, "cm-name", "what");
+ g_assert_cmpstr (tp_account_get_protocol_name (test->account), ==, "ev");
+ assert_strprop (test->account, "protocol-name", "ev");
/* the icon name in SimpleAccount is "", so we guess based on the protocol */
g_assert_cmpstr (tp_account_get_icon_name (test->account), ==, "im-ev");