[telepathy-gabble/master] Add localhost to the set of addresses test-resolver handles.

Mike Ruprecht mike.ruprecht at collabora.co.uk
Mon Dec 7 07:36:13 PST 2009


This is so that GabbleConnection can connect using 'localhost' in the tests.
---
 tests/twisted/main-debug.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/main-debug.c b/tests/twisted/main-debug.c
index 2f4e224..8090834 100644
--- a/tests/twisted/main-debug.c
+++ b/tests/twisted/main-debug.c
@@ -92,6 +92,8 @@ main (int argc,
       "resolves-to-5.4.3.2", "5.4.3.2");
   test_resolver_add_A (TEST_RESOLVER (kludged),
       "resolves-to-1.2.3.4", "1.2.3.4");
+  test_resolver_add_A (TEST_RESOLVER (kludged),
+      "localhost", "127.0.0.1");
 
   gabble_jingle_factory_set_test_mode ();
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list