Browse Source

propset

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449307 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 19 years ago
parent
commit
f7c5b51e7c
1 changed files with 10 additions and 10 deletions
  1. +10
    -10
      src/tests/antunit/taskdefs/xmlproperty-test.xml

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

@@ -1,10 +1,10 @@
<project default="all" xmlns:au="antlib:org.apache.ant.antunit">
<description/>
<target name="test-empty">
<xmlproperty file="xmlproperty-test.xml"/>
<au:assertTrue>
<equals arg1="" arg2="${project.description}"/>
</au:assertTrue>
</target>
</project>
<project default="all" xmlns:au="antlib:org.apache.ant.antunit">
<description/>
<target name="test-empty">
<xmlproperty file="xmlproperty-test.xml"/>
<au:assertTrue>
<equals arg1="" arg2="${project.description}"/>
</au:assertTrue>
</target>
</project>

Loading…
Cancel
Save