I am running NUnit tests on the CCNET server.The NUnit tests fail when
supplied with Dynamic parameters.This issue was reported by a
colleague of mine in the past.We did not get an answer.(This is the
link to that thread: 
http://groups.google.com/group/ccnet-user/browse_thread/thread/18aba3842415129a).
The NUnit task fails when I dont use dynamic parameters. Given below
is the NUnit element in my config file.

 <nunit>
        <path>D:\CruiseControl.NET\Projects\Releases\DVTk_Library\CVS
\DVTk_Library\Resources\NUnit\bin\nunit-console.exe</path>
        <outputfile>D:\CruiseControl.NET\Projects\Releases\DVTk_Library
\Logging\NUnit\nunit-results.xml</outputfile>
        <timeout>600</timeout>
        <assemblies>
          <assembly>D:\CruiseControl.NET\Projects\Releases\DVTk_Library
\CVS\DVTk_Library\Releases\$[VersionNumberMajor]_$[VersionNumberMinor]_
$[VersionNumberBuild]_$[VersionNumberRevision]\Source\Assemblies\DVTk
High Level Interface\NUnit Tests\bin\Release\DvtkHighLevelInterface -
NUnit Tests.dll</assembly>

          <assembly>D:\CruiseControl.NET\Projects\Releases\DVTk_Library
\CVS\DVTk_Library\Releases\$[VersionNumberMajor]_$[VersionNumberMinor]_
$[VersionNumberBuild]_$[VersionNumberRevision]\Source\Assemblies\DVTk
Ihe Actors\NUnit Tests\bin\Release\DVTkIheActors - NUnit Tests.dll</
assembly>
        </assemblies>
      </nunit>

Can someone throw light on why this is happening? Am I doing something
wrong?

Reply via email to