[farsight2/master] Use localhost instead of a realistic hostname

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:21:37 PST 2008


---
 tests/check/main/rtpconference.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/check/main/rtpconference.c b/tests/check/main/rtpconference.c
index 911c698..77aa19b 100644
--- a/tests/check/main/rtpconference.c
+++ b/tests/check/main/rtpconference.c
@@ -603,7 +603,7 @@ nway_test (int in_count, extra_init extrainit)
 
   for (i = 0; i < count; i++)
   {
-    gchar *tmp = g_strdup_printf ("tester%d at TesterTop3", i);
+    gchar *tmp = g_strdup_printf ("tester%d at hostname", i);
     dats[i] = setup_simple_conference (i, "fsrtpconference", tmp);
     g_free (tmp);
 
-- 
1.5.6.5




More information about the farsight-commits mailing list