summaryrefslogtreecommitdiffstats
path: root/framework/src/ant/apache-ant-1.9.6/src/tests/antunit/bugfixes/br50866/br50866-test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/ant/apache-ant-1.9.6/src/tests/antunit/bugfixes/br50866/br50866-test.xml')
-rw-r--r--framework/src/ant/apache-ant-1.9.6/src/tests/antunit/bugfixes/br50866/br50866-test.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/framework/src/ant/apache-ant-1.9.6/src/tests/antunit/bugfixes/br50866/br50866-test.xml b/framework/src/ant/apache-ant-1.9.6/src/tests/antunit/bugfixes/br50866/br50866-test.xml
deleted file mode 100644
index 9e2d2037..00000000
--- a/framework/src/ant/apache-ant-1.9.6/src/tests/antunit/bugfixes/br50866/br50866-test.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<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> \ No newline at end of file