You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2006/09/23 23:31:33 UTC

svn commit: r449307 - /ant/core/trunk/src/tests/antunit/taskdefs/xmlproperty-test.xml

Author: peterreilly
Date: Sat Sep 23 14:31:32 2006
New Revision: 449307

URL: http://svn.apache.org/viewvc?view=rev&rev=449307
Log:
propset

Modified:
    ant/core/trunk/src/tests/antunit/taskdefs/xmlproperty-test.xml   (contents, props changed)

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=449307&r1=449306&r2=449307
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/xmlproperty-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/xmlproperty-test.xml Sat Sep 23 14:31:32 2006
@@ -1,10 +1,10 @@
-<project default="all" xmlns:au="antlib:org.apache.ant.antunit">
-  <description/>
-  <target name="test-empty">
-    <xmlproperty file="xmlproperty-test.xml"/>
-    <au:assertTrue>
-      <equals arg1="" arg2="${project.description}"/>
-    </au:assertTrue>
-  </target>
-</project>
-
+<project default="all" xmlns:au="antlib:org.apache.ant.antunit">
+  <description/>
+  <target name="test-empty">
+    <xmlproperty file="xmlproperty-test.xml"/>
+    <au:assertTrue>
+      <equals arg1="" arg2="${project.description}"/>
+    </au:assertTrue>
+  </target>
+</project>
+

Propchange: ant/core/trunk/src/tests/antunit/taskdefs/xmlproperty-test.xml
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org