From 79745abaebb9396638f5a3c4da43429f63de1e09 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Mon, 13 Jul 2015 19:43:21 +0100 Subject: [PATCH] Fixed unit test. --- .../ImportExport/Services/ImportExportServiceTests.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Orchard.Tests.Modules/ImportExport/Services/ImportExportServiceTests.cs b/src/Orchard.Tests.Modules/ImportExport/Services/ImportExportServiceTests.cs index 00e184514..1537a382c 100644 --- a/src/Orchard.Tests.Modules/ImportExport/Services/ImportExportServiceTests.cs +++ b/src/Orchard.Tests.Modules/ImportExport/Services/ImportExportServiceTests.cs @@ -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]