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:
@@ -1,12 +1,12 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using NUnit.Framework;
|
||||
using Orchard.Azure.Storage;
|
||||
using Orchard.Azure.FileSystems.Media;
|
||||
using Microsoft.WindowsAzure;
|
||||
using System.Linq;
|
||||
using Orchard.Environment.Configuration;
|
||||
|
||||
namespace Orchard.Azure.Tests.Storage {
|
||||
namespace Orchard.Azure.Tests.FileSystems.Media {
|
||||
[TestFixture]
|
||||
public class AzureBlobStorageProviderTests : AzureVirtualEnvironmentTest {
|
||||
|
||||
@@ -151,4 +151,4 @@ namespace Orchard.Azure.Tests.Storage {
|
||||
Assert.AreEqual(teststring, content);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -56,7 +56,7 @@
|
||||
<Compile Include="AzureVirtualEnvironmentTest.cs" />
|
||||
<Compile Include="Environment\Configuration\AzureShellSettingsManagerTests.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Storage\AzureBlobStorageProviderTests.cs" />
|
||||
<Compile Include="FileSystems\Media\AzureBlobStorageProviderTests.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Orchard.Azure\Orchard.Azure.csproj">
|
||||
|
Reference in New Issue
Block a user