From 9b685be5bf31395e517a16d9c8e7c62083550147 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 22 Jan 2007 14:53:28 +0000 Subject: [PATCH] Not making this a failing test on gump, because its not clear the behaviour is anomalous w.r.t the Xml specifications. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@498630 13f79535-47bb-0310-9956-ffa450edef68 --- src/tests/antunit/taskdefs/xmlproperty-test.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/antunit/taskdefs/xmlproperty-test.xml b/src/tests/antunit/taskdefs/xmlproperty-test.xml index ae1c50a5f..b7279c7c4 100644 --- a/src/tests/antunit/taskdefs/xmlproperty-test.xml +++ b/src/tests/antunit/taskdefs/xmlproperty-test.xml @@ -23,14 +23,14 @@ semanticAttributes="true"/> element expected actual - p ${app.n} ${app.p} + p $${app.n} ${app.p} n n ${app.n} o n ${app.o} m n ${app.m} - +