Browse Source

this test actually fails but Bug 41400 hides it

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

+ 2
- 0
src/tests/antunit/taskdefs/property-test.xml View File

@@ -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>



Loading…
Cancel
Save