You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2012/04/06 09:31:27 UTC

svn commit: r1310202 - /ant/core/trunk/src/tests/antunit/types/resources/comparators/test.xml

Author: bodewig
Date: Fri Apr  6 07:31:26 2012
New Revision: 1310202

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

Modified:
    ant/core/trunk/src/tests/antunit/types/resources/comparators/test.xml

Modified: ant/core/trunk/src/tests/antunit/types/resources/comparators/test.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/types/resources/comparators/test.xml?rev=1310202&r1=1310201&r2=1310202&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/types/resources/comparators/test.xml (original)
+++ ant/core/trunk/src/tests/antunit/types/resources/comparators/test.xml Fri Apr  6 07:31:26 2012
@@ -206,9 +206,7 @@
       </sort>
       <flattenmapper />
     </pathconvert>
-    <au:assertTrue>
-      <equals arg1="${sorttp}" arg2="a,a.dir" />
-    </au:assertTrue>
+    <au:assertPropertyEquals name="sorttp" value="a,a.dir" />
   </target>
 
   <target name="testrvtype" depends="setUp">
@@ -270,9 +268,7 @@
       </sort>
       <flattenmapper />
     </pathconvert>
-    <au:assertTrue>
-      <equals arg1="${sortcmp2}" arg2="d,c,f,a,e,b" />
-    </au:assertTrue>
+    <au:assertPropertyEquals name="sortcmp2" value="d,c,f,a,e,b" />
   </target>
 
   <target name="compoundsort" depends="testcompoundsort1,testcompoundsort2" />