I originally installed MbUnit v2 and then I installed the v3 Gallio
(uninstalling v2) for .NET 3.5 support.  I'm trying to call MbUnit
3.0.5 from an NAnt build script, I have the following code(assume all
the variables... ${build.path}.... etc. are correct):

        <target name="RunSharedTest" depends="CompileSharedTests"
description="Test the Shared" >
                <mbunit report-types="xml;" report-output-directory="$
{test.results.directory}\Shared" >
                        <assemblies>
                                <include asis="true" 
name="${build.path}Net\Common\Shared.UnitTests
\bin\Debug\Shared.UnitTests.dll" />
                        </assemblies>
                </mbunit>
                <echo message="Done With Test" />
        </target>

I'm getting the following error message from the cmd line:
RunSharedTest:

   [mbunit] MbUnit 2.4.2.355 test runner
   [mbunit] Loading 1 assemblies
   [mbunit]  AssemblyName: C:\svn_repos\trunk\Net\Common
\Shared.UnitTests\bin\Debug\Shared.UnitTests.dll

BUILD FAILED

Unexpected engine error while running Tests
    Failed loading assemblies
        Failed loading TestDomain
            Failed loading assembly
                Failed creating the TestEngine instance
                    Could not load file or assembly 'file:///C:
\MbUnit.Framework.dll' or one of its dependencies. The system cannot
find the file specified.

It appears as though it's still trying to call the older v2(and I see
a little window pop up momentarily from the Gallio Icarus UI) when
this script runs.  How do I get NAnt to call MbUnit v3?  Hope this is
posted in the right spot.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/MbUnitUser?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to