libepc r248 - in trunk: . tests



Author: hasselmm
Date: Sun Oct 19 21:37:58 2008
New Revision: 248
URL: http://svn.gnome.org/viewvc/libepc?rev=248&view=rev

Log:
Use different service ports for dispatchers since new Avahi only
report local collisions under that condition. Might be a bug in Avahi.

* tests/test-dispatcher-local-collision.c (main()):
  Use port 2008 for dispatcher2.


Modified:
   trunk/ChangeLog
   trunk/tests/test-dispatcher-local-collision.c

Modified: trunk/tests/test-dispatcher-local-collision.c
==============================================================================
--- trunk/tests/test-dispatcher-local-collision.c	(original)
+++ trunk/tests/test-dispatcher-local-collision.c	Sun Oct 19 21:37:58 2008
@@ -92,7 +92,7 @@
         goto out;
 
       epc_dispatcher_add_service (dispatcher2, EPC_ADDRESS_UNSPEC,
-                                  test_type, NULL, NULL, 2007, NULL);
+                                  test_type, NULL, NULL, 2008, NULL);
 
       result = epc_test_run ();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]