summaryrefslogtreecommitdiff
path: root/tests/dbus/test-tpl-log-iter-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus/test-tpl-log-iter-xml.c')
-rw-r--r--tests/dbus/test-tpl-log-iter-xml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dbus/test-tpl-log-iter-xml.c b/tests/dbus/test-tpl-log-iter-xml.c
index a8f865d..9053f7d 100644
--- a/tests/dbus/test-tpl-log-iter-xml.c
+++ b/tests/dbus/test-tpl-log-iter-xml.c
@@ -23,7 +23,7 @@ typedef struct
TplLogStore *store;
TpAccount *account;
TpDBusDaemon *bus;
- TpSimpleClientFactory *factory;
+ TpClientFactory *factory;
TpTestsSimpleAccount *account_service;
} XmlTestCaseFixture;
@@ -49,7 +49,7 @@ setup (XmlTestCaseFixture* fixture,
&error);
g_assert_no_error (error);
- fixture->factory = tp_simple_client_factory_new (fixture->bus);
+ fixture->factory = tp_client_factory_new (fixture->bus);
g_assert (fixture->factory != NULL);
tpl_test_create_and_prepare_account (fixture->bus, fixture->factory,