Author: bodewig
Date: Thu Nov 17 15:47:18 2011
New Revision: 1203226
URL: http://svn.apache.org/viewvc?rev=1203226&view=rev
Log:
this test actually fails but Bug 41400 hides it
Modified:
ant/core/trunk/src/tests/antunit/taskdefs/property-test.xml
Modified: ant/core/trunk/src/tests/antunit/taskdefs/property-test.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/property-test.xml?rev=1203226&r1=1203225&r2=1203226&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/property-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/property-test.xml Thu Nov 17
15:47:18 2011
@@ -100,6 +100,8 @@ y=$${bar.x}
]]></echo>
<property file="${input}/z.properties" prefix="bar"/>
<!-- passes in Ant 1.7.1 and 1.8.1, fails in 1.8.0 -->
+ <!--echo>bar.y is ${bar.y}</echo>
+ <au:assertLogContains text="bar.y is y"/-->
<au:assertPropertyEquals name="bar.y" value="y"/>
</target>