From 74470559cefc91d1dbb7dffd63cab6e5cd997323 Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Sun, 21 Nov 2010 00:37:53 -0800 Subject: [PATCH] Fixing a spec test (part 2/2 of a bad copy/paste placement) --HG-- branch : dev --- src/Orchard.Specs/Setup.feature | 2 +- src/Orchard.Specs/Setup.feature.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Orchard.Specs/Setup.feature b/src/Orchard.Specs/Setup.feature index 071aa6efb..bd1f892c3 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.Messagings, 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.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 428bca0d0..2a74b1f85 100644 --- a/src/Orchard.Specs/Setup.feature.cs +++ b/src/Orchard.Specs/Setup.feature.cs @@ -176,9 +176,9 @@ this.ScenarioSetup(scenarioInfo); "names"}); table4.AddRow(new string[] { "module", - "Orchard.Setup, Orchard.Pages, Orchard.Users, Orchard.Roles, Orchard.Messagings, O" + - "rchard.Comments, Orchard.PublishLater, Orchard.Themes, Orchard.Modules, Orchard." + - "Widgets, Orchard.jQuery, TinyMce"}); + "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"}); table4.AddRow(new string[] { "core", "Common, Contents, Dashboard, Feeds, HomePage, Navigation, Routable, Scheduling, S" +