From 8b9189f750640f2f737405863ce0a7b83037bece Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Fri, 11 Sep 2015 18:46:35 +0100 Subject: [PATCH] Fixed Autoroute Specflow test. --- src/Orchard.Specs/Autoroute.feature | 2 +- src/Orchard.Specs/Autoroute.feature.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Orchard.Specs/Autoroute.feature b/src/Orchard.Specs/Autoroute.feature index 605d324ec..e0dab43b1 100644 --- a/src/Orchard.Specs/Autoroute.feature +++ b/src/Orchard.Specs/Autoroute.feature @@ -19,7 +19,7 @@ Scenario: I can create and publish a new Home Page And I fill in | name | value | | Title.Title | Foo | - | Autoroute.PromoteToHomePage | True | + | AutoroutePart.PromoteToHomePage | True | And I hit "Publish Now" And I go to "/" Then I should see "]*>.*?Foo.*?" diff --git a/src/Orchard.Specs/Autoroute.feature.cs b/src/Orchard.Specs/Autoroute.feature.cs index 9acc565f4..c21be5298 100644 --- a/src/Orchard.Specs/Autoroute.feature.cs +++ b/src/Orchard.Specs/Autoroute.feature.cs @@ -3,7 +3,7 @@ // This code was generated by SpecFlow (http://www.specflow.org/). // SpecFlow Version:1.9.0.77 // SpecFlow Generator Version:1.9.0.0 -// Runtime Version:4.0.30319.34014 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -114,7 +114,7 @@ this.ScenarioSetup(scenarioInfo); "Title.Title", "Foo"}); table2.AddRow(new string[] { - "Autoroute.PromoteToHomePage", + "AutoroutePart.PromoteToHomePage", "True"}); #line 19 testRunner.And("I fill in", ((string)(null)), table2, "And ");