From: <bo...@us...> - 2010-08-10 16:12:55
|
Revision: 423 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=423&view=rev Author: bodewig Date: 2010-08-10 16:12:49 +0000 (Tue, 10 Aug 2010) Log Message: ----------- remove test report generation since it requires VisualBasic on Mono (don't know why) Modified Paths: -------------- trunk/xmlunit/xmlunit.nant.build Modified: trunk/xmlunit/xmlunit.nant.build =================================================================== --- trunk/xmlunit/xmlunit.nant.build 2010-08-10 16:06:43 UTC (rev 422) +++ trunk/xmlunit/xmlunit.nant.build 2010-08-10 16:12:49 UTC (rev 423) @@ -123,9 +123,6 @@ <formatter type="Xml" usefile="true" outputdir="${test.report.dir}"/> <test assemblyname="${bin.dir}/${project::get-name()}-core.tests.dll"/> </nunit2> - <style style="lib/NUnitSummary.xsl" - in="${test.report.dir}/${project::get-name()}-core.tests.dll-results" - out="${test.report.dir}/html/index.html"/> </target> <target name="deploy" description="zip all code for deployment" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |