sydneyos
sydneyos

Reputation: 4557

MvcContrib TestHelpers broken in MVC3?

I have just upgraded my project to MVC3 using Razor. The project includes MvcContrib and I am using the MvcContrib.TestHelper methods for testing redirects, view rendering, etc. When I run the project, all views and redirects are working fine, but now all of my unit tests that use these helper methods are failing. Anyone know why this might be? Is there an update to MvcContrib that I have to use? I thought the stuff in MvcContrib would be incorporated into MVC3 anyway . . .

Thanks

Upvotes: 2

Views: 348

Answers (1)

sydneyos
sydneyos

Reputation: 4557

And the anwser is, yes, you have to get the latest version of MvcContrib, it seems. Got the most recent version and now everything is passing again.

Upvotes: 1

Related Questions