Some more specflow tests fixed.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-09-21 16:44:50 -07:00
parent 633ac42f74
commit a7b488bdef
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,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.Users, Orchard.Roles, Orchard.Comments, Orchard.Themes, Orchard.jQuery, TinyMce |
| module | Orchard.Setup, Orchard.Users, Orchard.Roles, Orchard.Comments, Orchard.Themes, Orchard.jQuery, Orchard.Contents, TinyMce |
| core | Common, Contents, ContentsLocation, Dashboard, Feeds, HomePage, Navigation, Routable, PublishLater, Scheduling, Settings, Shapes, XmlRpc |
| theme | SafeMode, Classic |
And I am on "/Setup"

View File

@@ -142,7 +142,7 @@ this.ScenarioSetup(scenarioInfo);
table1.AddRow(new string[] {
"module",
"Orchard.Setup, Orchard.Users, Orchard.Roles, Orchard.Comments, Orchard.Themes, Or" +
"chard.jQuery, TinyMce"});
"chard.jQuery, Orchard.Contents, TinyMce"});
table1.AddRow(new string[] {
"core",
"Common, Contents, ContentsLocation, Dashboard, Feeds, HomePage, Navigation, Routa" +