You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/06/09 12:23:33 UTC

svn commit: r952944 - /gump/metadata/project/xmlunit.xml

Author: bodewig
Date: Wed Jun  9 10:23:33 2010
New Revision: 952944

URL: http://svn.apache.org/viewvc?rev=952944&view=rev
Log:
tests fail because Mono doesn't fully provide System.XML.XPath

Modified:
    gump/metadata/project/xmlunit.xml

Modified: gump/metadata/project/xmlunit.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xmlunit.xml?rev=952944&r1=952943&r2=952944&view=diff
==============================================================================
--- gump/metadata/project/xmlunit.xml (original)
+++ gump/metadata/project/xmlunit.xml Wed Jun  9 10:23:33 2010
@@ -55,9 +55,13 @@
   </project>
 
   <project name="xmlunit.net" language="csharp">
-    <nant buildfile="xmlunit.nant.build" target="test"/>
+    <nant buildfile="xmlunit.nant.build"/>
     <license name="LICENSE.txt"/>
     <nag from="Stefan Bodewig &lt;bodewig@apache.org&gt;"
          to="xmlunit-commits@lists.sourceforge.net"/>
   </project>
+
+  <project name="xmlunit.net-test" language="csharp">
+    <nant buildfile="xmlunit.nant.build" target="test"/>
+  </project>
 </module>