Browse Source

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.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@990865 13f79535-47bb-0310-9956-ffa450edef68
master
Jacobus Martinus Kruithof 15 years ago
parent
commit
80ac49e233
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/tests/antunit/taskdefs/hostinfo-test.xml

+ 2
- 2
src/tests/antunit/taskdefs/hostinfo-test.xml View File

@@ -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" />


Loading…
Cancel
Save