You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jk...@apache.org on 2010/08/30 19:03:27 UTC

svn commit: r990865 - /ant/core/trunk/src/tests/antunit/taskdefs/hostinfo-test.xml

Author: jkf
Date: Mon Aug 30 17:03:27 2010
New Revision: 990865

URL: http://svn.apache.org/viewvc?rev=990865&view=rev
Log:
Forward lookup will no longer give back ip address split in host and domain. On gump apparently the ip address cannot be resolved to the real hostname.

Modified:
    ant/core/trunk/src/tests/antunit/taskdefs/hostinfo-test.xml

Modified: ant/core/trunk/src/tests/antunit/taskdefs/hostinfo-test.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/hostinfo-test.xml?rev=990865&r1=990864&r2=990865&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/hostinfo-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/hostinfo-test.xml Mon Aug 30 17:03:27 2010
@@ -32,8 +32,8 @@
   <property name="apache-realhost" value="eos-new" />
   <property name="apache-ip4" value="140.211.11.131" />
     
-  <property name="apache-realhost.gump" value="140" />
-  <property name="apache-domain.gump" value="211.11.131" />
+  <property name="apache-realhost.gump" value="www" />
+  <property name="apache-domain.gump" value="apache.org" />
 
   <property name="xs4all-hostname" value="www.xs4all.nl" />
   <property name="xs4all-domain" value="xs4all.nl" />