mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Moving media, appdata, and vpp services into Orchard.FileSystems namespace
--HG-- branch : dev
This commit is contained in:
@@ -6,7 +6,8 @@ using NUnit.Framework;
|
||||
using Orchard.Caching;
|
||||
using Orchard.Environment;
|
||||
using Autofac;
|
||||
using Orchard.Environment.FileSystems;
|
||||
using Orchard.FileSystems.AppData;
|
||||
using Orchard.FileSystems.WebSite;
|
||||
using Orchard.Services;
|
||||
|
||||
namespace Orchard.Tests.Caching {
|
||||
@@ -38,7 +39,7 @@ namespace Orchard.Tests.Caching {
|
||||
|
||||
[Test]
|
||||
public void HostLevelHasAccessToGlobalVolatileProviders() {
|
||||
Assert.That(_hostContainer.Resolve<IVirtualPathProvider>(), Is.Not.Null);
|
||||
Assert.That(_hostContainer.Resolve<IWebSiteFolder>(), Is.Not.Null);
|
||||
Assert.That(_hostContainer.Resolve<IAppDataFolder>(), Is.Not.Null);
|
||||
Assert.That(_hostContainer.Resolve<IClock>(), Is.Not.Null);
|
||||
}
|
||||
|
Reference in New Issue
Block a user