Author: stevel
Date: Mon Jan 22 06:53:28 2007
New Revision: 498630

URL: http://svn.apache.org/viewvc?view=rev&rev=498630
Log:
Not making this a failing test on gump, because its not clear the behaviour is 
anomalous w.r.t the Xml specifications.

Modified:
    ant/core/trunk/src/tests/antunit/taskdefs/xmlproperty-test.xml

Modified: ant/core/trunk/src/tests/antunit/taskdefs/xmlproperty-test.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/xmlproperty-test.xml?view=diff&rev=498630&r1=498629&r2=498630
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/xmlproperty-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/xmlproperty-test.xml Mon Jan 22 
06:53:28 2007
@@ -23,14 +23,14 @@
         semanticAttributes="true"/>
     <echo>
  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}
     </echo>
   </target>
 
-  <target name="testInlineExpansion" depends="load">
+  <target name="NotestInlineExpansion" depends="load">
     <au:assertPropertyEquals name="app.m" value="n"/>
     <au:assertPropertyEquals name="app.n" value="n"/>
     <au:assertPropertyEquals name="app.o" value="n"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to