Add unit test for IDepdendenciesFolder

--HG--
branch : dev
rename : src/Orchard.Tests/Environment/Configuration/AppDataFolderTests.cs => src/Orchard.Tests/FileSystems/AppData/AppDataFolderTests.cs
This commit is contained in:
Renaud Paquay
2010-06-15 14:04:55 -07:00
parent df3a1a4044
commit 9444fc83f5
11 changed files with 442 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ using Orchard.Indexing;
using Orchard.Core.Indexing.Lucene;
using Orchard.Services;
using Orchard.Tests.Environment.Configuration;
using Orchard.Tests.FileSystems.AppData;
namespace Orchard.Tests.Indexing {
public class DefaultIndexProviderTests {

View File

@@ -11,6 +11,7 @@ using Orchard.Indexing;
using Orchard.Core.Indexing.Lucene;
using Orchard.Services;
using Orchard.Tests.Environment.Configuration;
using Orchard.Tests.FileSystems.AppData;
namespace Orchard.Tests.Indexing {
public class DefaultSearchBuilderTests {