Looks like a number of things were conspiring against me. Grabbing the latest version from http://www.gallio.org/ instead of from http://www.mbunit.com/ and then re-binding the MbUnit.Framework.dll reference in visual studio to the one installed by that latest version seems to have done the trick. Sorry to have bothered you.
-Will On Mon, Oct 13, 2008 at 4:05 PM, Ayende Rahien <[EMAIL PROTECTED]> wrote: > Do a fresh check, then, from that directory, execute: > SharedLibs\Tools\Nant\Nant > The test results are in build\net-3.5\debug\test-results. > Can you post them here? > On Mon, Oct 13, 2008 at 10:25 PM, Will Shaver <[EMAIL PROTECTED]> wrote: >> >> Apologies for the newbie question. >> >> I am able to get most tests to pass via nant on the console, but >> testdriven.net doesn't work and resharper isn't picking up the fact >> that these even are unit tests. (I've got the latest resharper / >> mbunit installs.) I've tried running tests that pass in the nant >> build, but they all fail for various reasons. >> >> For example: >> >> TestCase 'M:Rhino.Commons.Test.CollectionTests.GenericFirstTest' >> failed: Method not found: '**UNKNOWN TYPE**[] >> Castle.MicroKernel.IKernel.ResolveServices()'. >> System.MissingMethodException: Method not found: '**UNKNOWN TYPE**[] >> Castle.MicroKernel.IKernel.ResolveServices()'. >> at Gallio.Hosting.WindsorRuntime.ResolveAll[T]() >> >> My references to Castle all appear intact, and the project compiles >> just fine. Help? >> >> -Will >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
