[Telepathy-commits] [telepathy-glib/master] callable-example test: run the simulation as fast as possible

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Mar 17 06:50:11 PDT 2009


Since we're not using the simulated CM interactively, there's no point in
slowing things down.
---
 tests/dbus/callable-example.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/dbus/callable-example.c b/tests/dbus/callable-example.c
index eed4c15..ade7b70 100644
--- a/tests/dbus/callable-example.c
+++ b/tests/dbus/callable-example.c
@@ -238,6 +238,8 @@ setup (Test *test,
       (GDestroyNotify) tp_g_value_slice_free);
   g_hash_table_insert (parameters, "account",
       tp_g_value_slice_new_static_string ("me"));
+  g_hash_table_insert (parameters, "simulation-delay",
+      tp_g_value_slice_new_uint (0));
 
   tp_cli_connection_manager_run_request_connection (test->cm, -1,
       "example", parameters, &bus_name, &object_path, &test->error, NULL);
-- 
1.5.6.5




More information about the telepathy-commits mailing list