From d5d3326635a8253fcbf6c0de2fb578faeb5832d3 Mon Sep 17 00:00:00 2001 From: Renaud Paquay Date: Thu, 15 Jul 2010 10:42:50 -0700 Subject: [PATCH] Fix SpecFlow tests --HG-- branch : dev --- src/Orchard.Specs/Setup.feature | 4 ++-- src/Orchard.Specs/Setup.feature.cs | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Orchard.Specs/Setup.feature b/src/Orchard.Specs/Setup.feature index 4f0407814..3b9b1977c 100644 --- a/src/Orchard.Specs/Setup.feature +++ b/src/Orchard.Specs/Setup.feature @@ -33,8 +33,8 @@ 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.Users, Orchard.Roles, Orchard.Pages, Orchard.Comments, Orchard.Themes, TinyMce | - | core | Common, Dashboard, Feeds, HomePage, Navigation, Scheduling, Settings, XmlRpc | + | module | Orchard.Setup, Orchard.Users, Orchard.Roles, Orchard.Comments, Orchard.Themes, TinyMce | + | core | Common, Dashboard, Feeds, HomePage, Navigation, Routable, PublishLater, Scheduling, Settings, XmlRpc | | theme | SafeMode, Classic | And I am on "/Setup" When I fill in diff --git a/src/Orchard.Specs/Setup.feature.cs b/src/Orchard.Specs/Setup.feature.cs index 0c4b63518..78b2a3dc1 100644 --- a/src/Orchard.Specs/Setup.feature.cs +++ b/src/Orchard.Specs/Setup.feature.cs @@ -141,11 +141,12 @@ this.ScenarioSetup(scenarioInfo); "names"}); table1.AddRow(new string[] { "module", - "Orchard.Setup, Orchard.Users, Orchard.Roles, Orchard.Pages, Orchard.Comments, Orc" + - "hard.Themes, TinyMce"}); + "Orchard.Setup, Orchard.Users, Orchard.Roles, Orchard.Comments, Orchard.Themes, Ti" + + "nyMce"}); table1.AddRow(new string[] { "core", - "Common, Dashboard, Feeds, HomePage, Navigation, Scheduling, Settings, XmlRpc"}); + "Common, Dashboard, Feeds, HomePage, Navigation, Routable, PublishLater, Schedulin" + + "g, Settings, XmlRpc"}); table1.AddRow(new string[] { "theme", "SafeMode, Classic"});