reverted to pure nunit tests without coverage analysis due to ci server issues with ncover

This commit is contained in:
eeichinger
2009-07-14 23:22:03 +00:00
parent 21805fd8b3
commit aaa2133cec
2 changed files with 2 additions and 2 deletions

View File

@@ -791,7 +791,7 @@ Build properties that may be set:
<target name="build-all-function" description="Build what is in cvs taking into account approrpiate clr versions and root target name">
<!-- call target="${nant.target.root.name}-1.0" / -->
<call target="${nant.target.root.name}-1.0" />
<call target="${nant.target.root.name}-1.1" />
<call target="${nant.target.root.name}-2.0" />
<call target="${nant.target.root.name}-3.0" />

View File

@@ -187,7 +187,7 @@ ${tool.dir} : dir for tools
-->
<target name="common.run-tests">
<call target="common.run-tests.ncover" />
<call target="common.run-tests.nunit" />
</target>