|
@@ -1,6 +1,6 @@ |
|
|
<project default="antunit" xmlns:au="antlib:org.apache.ant.antunit"> |
|
|
<project default="antunit" xmlns:au="antlib:org.apache.ant.antunit"> |
|
|
|
|
|
|
|
|
<description > |
|
|
|
|
|
|
|
|
<description> |
|
|
Test that subant properly sets various properties |
|
|
Test that subant properly sets various properties |
|
|
</description> |
|
|
</description> |
|
|
<import file="../antunit-base.xml" /> |
|
|
<import file="../antunit-base.xml" /> |
|
@@ -10,7 +10,6 @@ |
|
|
<delete file="encodeStringDest" /> |
|
|
<delete file="encodeStringDest" /> |
|
|
</target> |
|
|
</target> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<target name="assertProperties"> |
|
|
<target name="assertProperties"> |
|
|
<au:assertPropertySet name="ant.version" /> |
|
|
<au:assertPropertySet name="ant.version" /> |
|
|
<au:assertPropertySet name="java.home" /> |
|
|
<au:assertPropertySet name="java.home" /> |
|
@@ -23,4 +22,4 @@ |
|
|
</subant> |
|
|
</subant> |
|
|
</target> |
|
|
</target> |
|
|
|
|
|
|
|
|
</project> |
|
|
|
|
|
|
|
|
</project> |