mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Moving xmlrpc method to upload files into media module. Updating some localized string tests.
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4040921
This commit is contained in:
@@ -44,7 +44,6 @@ namespace Orchard.Tests.Packages.Pages.Controllers {
|
||||
|
||||
_controller = _container.Resolve<AdminController>();
|
||||
_controller.ControllerContext = new ControllerContext(new StubHttpContext("~/admin/cmspages"), new RouteData(), _controller);
|
||||
_controller.T = new Localizer(StubLocalizer.Get);
|
||||
}
|
||||
|
||||
public override void Register(Autofac.Builder.ContainerBuilder builder) {
|
||||
|
||||
Reference in New Issue
Block a user