From 80887dc1240d33dab709cbc3d841fefe9ada4647 Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Sun, 21 Nov 2010 01:04:57 -0800 Subject: [PATCH] Fixing a Setup spec test - the clean site in the test was missing a required module so setup was failing --HG-- branch : dev --- src/Orchard.Specs/Setup.feature | 2 +- src/Orchard.Specs/Setup.feature.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Orchard.Specs/Setup.feature b/src/Orchard.Specs/Setup.feature index bd1f892c3..b5ca65195 100644 --- a/src/Orchard.Specs/Setup.feature +++ b/src/Orchard.Specs/Setup.feature @@ -39,7 +39,7 @@ Scenario: Some of the initial form values are required Scenario: Calling setup on a brand new install Given I have a clean site with | extension | names | - | module | Orchard.Setup, Orchard.Pages, Orchard.Users, Orchard.Roles, Orchard.Messaging, Orchard.Comments, Orchard.PublishLater, Orchard.Themes, Orchard.Modules, Orchard.Widgets, Orchard.jQuery, TinyMce | + | module | Orchard.Setup, Orchard.Pages, Orchard.Users, Orchard.Roles, Orchard.Messaging, Orchard.Scripting, Orchard.Comments, Orchard.PublishLater, Orchard.Themes, Orchard.Modules, Orchard.Widgets, Orchard.jQuery, TinyMce | | core | Common, Contents, Dashboard, Feeds, HomePage, Navigation, Routable, Scheduling, Settings, Shapes, XmlRpc | | theme | SafeMode, TheThemeMachine | And I am on "/Setup" diff --git a/src/Orchard.Specs/Setup.feature.cs b/src/Orchard.Specs/Setup.feature.cs index 2a74b1f85..a4aa787f4 100644 --- a/src/Orchard.Specs/Setup.feature.cs +++ b/src/Orchard.Specs/Setup.feature.cs @@ -177,8 +177,8 @@ this.ScenarioSetup(scenarioInfo); table4.AddRow(new string[] { "module", "Orchard.Setup, Orchard.Pages, Orchard.Users, Orchard.Roles, Orchard.Messaging, Or" + - "chard.Comments, Orchard.PublishLater, Orchard.Themes, Orchard.Modules, Orchard.W" + - "idgets, Orchard.jQuery, TinyMce"}); + "chard.Scripting, Orchard.Comments, Orchard.PublishLater, Orchard.Themes, Orchard" + + ".Modules, Orchard.Widgets, Orchard.jQuery, TinyMce"}); table4.AddRow(new string[] { "core", "Common, Contents, Dashboard, Feeds, HomePage, Navigation, Routable, Scheduling, S" +