re-enabling the NCOVER reporting

This commit is contained in:
sbohlen
2011-03-09 20:43:24 +00:00
parent 56e604eae1
commit 7fb3f36da5

View File

@@ -184,11 +184,11 @@ ${project.name} : (optional), the name of the assembly
${tool.dir} : dir for tools
-->
<target name="common.run-tests">
<call target="common.run-tests.nunit" />
<!--
<call target="common.run-tests.nunit" />
-->
<call target="common.run-tests.ncover" />
-->
</target>