views:

32

answers:

0

I have an asp.net mvc application with typical unit tests attached.

When unit tests run on the main developer's machine, all is well.

When the junior guy tries to run them it throws:

Warning: Test Run deployment issue: The assembly or module 'Borland.Janeva.Services' directly or indirectly referenced by the test container 'c:_code[my test project directory]\bin\debug\mycompany.myproject.web.mvc.tests.dll' was not found.

and refuses to run.

When a third guy tries to run it, it throws that warning, but runs anyway.

Janeva seems to be a tool for .net/java interop. The project does no such interop. Our only non-MS dlls are refs to the Moq framework.

Any suggestions are appreciated.