Browse Source

help debugging Jenkins failure

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1311131 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 13 years ago
parent
commit
a355726727
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/tests/antunit/taskdefs/hostinfo-test.xml

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

@@ -67,6 +67,7 @@

<target name="testApacheNoPrefix" depends="setUp">
<hostinfo host="${apache-hostname}"/>
<au:assertEquals expected="${apache-realhost}" actual="${NAME}"/>
<au:assertTrue>
<or>
<equals arg1="${apache-realhost}" arg2="${NAME}"/>


Loading…
Cancel
Save