You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by mb...@apache.org on 2012/08/22 14:34:48 UTC

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

Author: mbenson
Date: Wed Aug 22 12:34:48 2012
New Revision: 1376017

URL: http://svn.apache.org/viewvc?rev=1376017&view=rev
Log:
switch to more informative idiom

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=1376017&r1=1376016&r2=1376017&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 Wed Aug 22 12:34:48 2012
@@ -251,9 +251,7 @@
       </sort>
       <flattenmapper />
     </pathconvert>
-    <au:assertTrue>
-      <equals arg1="${sortcmp1}" arg2="a.dir,b.dir,c.dir,a,b,c" />
-    </au:assertTrue>
+    <au:assertPropertyEquals name="sortcmp1" value="a.dir,b.dir,c.dir,a,b,c" />
   </target>
 
   <target name="testcompoundsort2" depends="setUp">