mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixed unit test.
This commit is contained in:
@@ -21,6 +21,7 @@ using Orchard.FileSystems.AppData;
|
|||||||
using Orchard.FileSystems.WebSite;
|
using Orchard.FileSystems.WebSite;
|
||||||
using Orchard.ImportExport.Services;
|
using Orchard.ImportExport.Services;
|
||||||
using Orchard.Recipes.Events;
|
using Orchard.Recipes.Events;
|
||||||
|
using Orchard.Recipes.Models;
|
||||||
using Orchard.Recipes.Services;
|
using Orchard.Recipes.Services;
|
||||||
using Orchard.Services;
|
using Orchard.Services;
|
||||||
using Orchard.Tests.ContentManagement;
|
using Orchard.Tests.ContentManagement;
|
||||||
@@ -44,7 +45,8 @@ namespace Orchard.Tests.Modules.ImportExport.Services {
|
|||||||
databaseFileName,
|
databaseFileName,
|
||||||
typeof(ContentTypeRecord),
|
typeof(ContentTypeRecord),
|
||||||
typeof(ContentItemRecord),
|
typeof(ContentItemRecord),
|
||||||
typeof(ContentItemVersionRecord));
|
typeof(ContentItemVersionRecord),
|
||||||
|
typeof(RecipeStepResultRecord));
|
||||||
}
|
}
|
||||||
|
|
||||||
[SetUp]
|
[SetUp]
|
||||||
|
|||||||
Reference in New Issue
Block a user