Browse Source

Not making this a failing test on gump, because its not clear the behaviour is anomalous w.r.t the Xml specifications.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@498630 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 18 years ago
parent
commit
9b685be5bf
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/tests/antunit/taskdefs/xmlproperty-test.xml

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

@@ -23,14 +23,14 @@
semanticAttributes="true"/>
<echo>
element expected actual
p ${app.n} ${app.p}
p $${app.n} ${app.p}
n n ${app.n}
o n ${app.o}
m n ${app.m}
</echo>
</target>

<target name="testInlineExpansion" depends="load">
<target name="NotestInlineExpansion" depends="load">
<au:assertPropertyEquals name="app.m" value="n"/>
<au:assertPropertyEquals name="app.n" value="n"/>
<au:assertPropertyEquals name="app.o" value="n"/>


Loading…
Cancel
Save