From 5909b77dc45210c94075bceb1f5fda411213d50f Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 8 Apr 2011 16:53:48 +0000 Subject: [PATCH] add a basic resources test, plus a failing test demonstrating that propertysets with mappers don't function properly wrt returning resource iterators git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1090350 13f79535-47bb-0310-9956-ffa450edef68 --- src/tests/antunit/types/propertyset-test.xml | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/tests/antunit/types/propertyset-test.xml b/src/tests/antunit/types/propertyset-test.xml index 83b3c3e64..0b7e236c9 100644 --- a/src/tests/antunit/types/propertyset-test.xml +++ b/src/tests/antunit/types/propertyset-test.xml @@ -97,4 +97,29 @@ got="${toString:nested-mapped-mapped}"/> + + + + + + + + + + + + + + + + + + + + + + + + +