You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2008/10/17 17:35:25 UTC

svn commit: r705645 - /servicemix/components/bindings/servicemix-snmp/trunk/src/test/resources/spring-polling.xml

Author: lhein
Date: Fri Oct 17 08:35:24 2008
New Revision: 705645

URL: http://svn.apache.org/viewvc?rev=705645&view=rev
Log:
changed default ip for test

Modified:
    servicemix/components/bindings/servicemix-snmp/trunk/src/test/resources/spring-polling.xml

Modified: servicemix/components/bindings/servicemix-snmp/trunk/src/test/resources/spring-polling.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-snmp/trunk/src/test/resources/spring-polling.xml?rev=705645&r1=705644&r2=705645&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-snmp/trunk/src/test/resources/spring-polling.xml (original)
+++ servicemix/components/bindings/servicemix-snmp/trunk/src/test/resources/spring-polling.xml Fri Oct 17 08:35:24 2008
@@ -32,7 +32,7 @@
                 <snmp:poller service="test:poller"
                              endpoint="poller"
                              targetService="test:receiver"
-                             address="udp:172.20.16.62/161"
+                             address="udp:127.0.0.1/161"
                              oids="classpath:oids.txt"
                              period="1000" />
             	</snmp:endpoints>