[Telepathy-commits] [telepathy-glib/master] tests/dbus/channel-introspect: assert that when GetAll has succeeded, GetInterfaces is not called

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Nov 28 07:05:13 PST 2008


---
 tests/dbus/channel-introspect.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/tests/dbus/channel-introspect.c b/tests/dbus/channel-introspect.c
index 59eb818..8277021 100644
--- a/tests/dbus/channel-introspect.c
+++ b/tests/dbus/channel-introspect.c
@@ -235,8 +235,7 @@ main (int argc,
   MYASSERT_NO_ERROR (error);
   MYASSERT_SAME_UINT (service_props_chan->get_handle_called, 0);
   MYASSERT_SAME_UINT (service_props_chan->get_channel_type_called, 0);
-  /* FIXME: with an improved fast-path we could avoid this one too */
-  /* MYASSERT_SAME_UINT (service_props_chan->get_interfaces_called, 0); */
+  MYASSERT_SAME_UINT (service_props_chan->get_interfaces_called, 0);
 
   assert_chan_sane (chan, handle);
 
-- 
1.5.6.5



More information about the Telepathy-commits mailing list