From 32d22c0e23ebc58d396ea2160f940c1901a4503e Mon Sep 17 00:00:00 2001 From: Kevin Jackson Date: Sat, 12 May 2007 06:09:48 +0000 Subject: [PATCH] -test for new ResourceContains condition git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@537345 13f79535-47bb-0310-9956-ffa450edef68 --- .../condition/resourcecontains-test.xml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/tests/antunit/taskdefs/condition/resourcecontains-test.xml diff --git a/src/tests/antunit/taskdefs/condition/resourcecontains-test.xml b/src/tests/antunit/taskdefs/condition/resourcecontains-test.xml new file mode 100644 index 000000000..d4df746b9 --- /dev/null +++ b/src/tests/antunit/taskdefs/condition/resourcecontains-test.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file