Author: bodewig
Date: Mon Apr  9 05:28:19 2012
New Revision: 1311131

URL: http://svn.apache.org/viewvc?rev=1311131&view=rev
Log:
help debugging Jenkins failure

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=1311131&r1=1311130&r2=1311131&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/hostinfo-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/hostinfo-test.xml Mon Apr  9 
05:28:19 2012
@@ -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}"/>


Reply via email to