[jboss-svn-commits] JBL Code SVN: r13786 - labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/cache.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jul 25 03:47:41 EDT 2007


Author: beve
Date: 2007-07-25 03:47:41 -0400 (Wed, 25 Jul 2007)
New Revision: 13786

Modified:
   labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/cache/ftpfile_cache_test.xml
Log:
Setting ip_multicast to false in hope that this will let test pass on Windos.


Modified: labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/cache/ftpfile_cache_test.xml
===================================================================
--- labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/cache/ftpfile_cache_test.xml	2007-07-25 05:19:51 UTC (rev 13785)
+++ labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/remotestrategies/cache/ftpfile_cache_test.xml	2007-07-25 07:47:41 UTC (rev 13786)
@@ -40,7 +40,7 @@
 					bind_addr="localhost"
 					receive_on_all_interfaces="true"
 					send_on_all_interfaces="true"
-                    ip_ttl="64" ip_mcast="true" 
+                    ip_ttl="64" ip_mcast="false" 
                     mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
                     ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
                     loopback="true"/>




More information about the jboss-svn-commits mailing list