[next] telepathy-logger: tests: remove account-specific proxy preparation code

Jonny Lamb jonny at kemper.freedesktop.org
Wed Aug 8 03:41:19 PDT 2012


Module: telepathy-logger
Branch: next
Commit: ada0da141c5aa3518944848d534120d2eeea2d92
URL:    http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=ada0da141c5aa3518944848d534120d2eeea2d92

Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date:   Wed Aug  8 11:26:34 2012 +0100

tests: remove account-specific proxy preparation code

Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>

---

 tests/dbus/test-log-manager.c          |    2 +-
 tests/dbus/test-tpl-log-store-pidgin.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/dbus/test-log-manager.c b/tests/dbus/test-log-manager.c
index f345c8b..37c2156 100644
--- a/tests/dbus/test-log-manager.c
+++ b/tests/dbus/test-log-manager.c
@@ -194,7 +194,7 @@ setup_service (TestCaseFixture* fixture,
       account_prepare_cb, fixture);
   g_main_loop_run (fixture->main_loop);
 
-  g_assert (tp_account_is_prepared (fixture->account,
+  g_assert (tp_proxy_is_prepared (fixture->account,
         TP_ACCOUNT_FEATURE_CORE));
 
   tp_g_value_slice_free (boxed_params);
diff --git a/tests/dbus/test-tpl-log-store-pidgin.c b/tests/dbus/test-tpl-log-store-pidgin.c
index 2af5323..5369a5d 100644
--- a/tests/dbus/test-tpl-log-store-pidgin.c
+++ b/tests/dbus/test-tpl-log-store-pidgin.c
@@ -156,7 +156,7 @@ setup_service (PidginTestCaseFixture* fixture,
       account_prepare_cb, fixture);
   g_main_loop_run (fixture->main_loop);
 
-  g_assert (tp_account_is_prepared (fixture->account,
+  g_assert (tp_proxy_is_prepared (fixture->account,
         TP_ACCOUNT_FEATURE_CORE));
 
   tp_g_value_slice_free (boxed_params);



More information about the telepathy-commits mailing list