tags:

views:

349

answers:

1

I have MbUnit tests that run if I load them into MbUnit.GUI.exe, however when I try to execute them from the Gallio.echo command-line tool I get 0 test available. I then loaded the assemblies into the Gallio GUI and the tests do not show. I am missing something with the Gallio set-up and the documentation is lacking to put it mildly. Can anyone point me in the right direction?

Thank you - Bruce

+2  A: 

Make sure your MbUnit v2 tests are compiled with the same version of MbUnit v2 as is distributed with Gallio. It should also work with any sufficiently recent MbUnit v2.4.2 build downloaded from the site.

Jeff Brown
Thank You! When I was given this task I downloaded the latest Gallio and MbUnit installations, however the older MbUnit had been checked in with the source and was referenced there. I updated the source with the latest and now the command-line doesn't error out.
BFoust
I knew Jeff would have insight :p
Yann Trevin