mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-24 05:23:33 +08:00
Fix unit test
Change app config to rebind mvc 1.0 to mvc 2.0 assembly, the same way we do in web.config. --HG-- branch : dev
This commit is contained in:
@@ -26,6 +26,7 @@ namespace Orchard.Tests.Environment.ShellBuilders {
|
||||
var builder = new ContainerBuilder();
|
||||
builder.RegisterType<ShellContainerFactory>().As<IShellContainerFactory>();
|
||||
builder.RegisterType<ComponentForHostContainer>();
|
||||
builder.RegisterType<ControllerActionInvoker>().As<IActionInvoker>();
|
||||
_container = builder.Build();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user