re-enabling test coverage capture and reporting in the build(s)

This commit is contained in:
sbohlen
2011-02-10 01:27:54 +00:00
parent 5532f67a9d
commit 0b2db14b41
2 changed files with 3 additions and 3 deletions

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.ncover" />
-->
</target>