aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/ant/apache-ant-1.9.6/src/tests/antunit/bugfixes/br50866/br50866-test.xml
blob: 9e2d2037506d64a280d6e8ff3265f216742105fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<project name="br50866" default="antunit" xmlns:au="antlib:org.apache.ant.antunit">

    <import file="../../antunit-base.xml" />

    <include file="middle.xml" />

    <target name="testinclude" depends="middle.common,middle.middle">
        <au:assertPropertyEquals name="prop-common-init" value="br50866"/>
        <au:assertPropertyEquals name="prop-common" value="br50866"/>
        <au:assertPropertyEquals name="prop-middle" value="br50866"/>
    </target>

</project>