Fixed unit test.

This commit is contained in:
Sipke Schoorstra
2015-07-13 19:43:21 +01:00
parent 0697042a65
commit 79745abaeb

View File

@@ -21,6 +21,7 @@ using Orchard.FileSystems.AppData;
using Orchard.FileSystems.WebSite;
using Orchard.ImportExport.Services;
using Orchard.Recipes.Events;
using Orchard.Recipes.Models;
using Orchard.Recipes.Services;
using Orchard.Services;
using Orchard.Tests.ContentManagement;
@@ -44,7 +45,8 @@ namespace Orchard.Tests.Modules.ImportExport.Services {
databaseFileName,
typeof(ContentTypeRecord),
typeof(ContentItemRecord),
typeof(ContentItemVersionRecord));
typeof(ContentItemVersionRecord),
typeof(RecipeStepResultRecord));
}
[SetUp]