Fixed specflow test for Lists

--HG--
branch : 1.x
This commit is contained in:
Dave Reed
2011-04-07 10:14:52 -07:00
parent 41bdb56235
commit 46865c1cc2
2 changed files with 4 additions and 4 deletions

View File

@@ -33,5 +33,5 @@ Scenario: I can add content items to a list
| Routable.Title | MyContentItem |
And I hit "Save"
And I am redirected
Then I should see "Manage Content for MyList"
Then I should see "Manage MyList"
And I should see "MyContentItem"

View File

@@ -1,7 +1,7 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by SpecFlow (http://www.specflow.org/).
// SpecFlow Version:1.5.0.0
// SpecFlow Version:1.4.0.0
// Runtime Version:4.0.30319.1
//
// Changes to this file may cause incorrect behavior and will be lost if
@@ -14,7 +14,7 @@ namespace Orchard.Specs
using TechTalk.SpecFlow;
[System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "1.5.0.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "1.4.0.0")]
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[NUnit.Framework.TestFixtureAttribute()]
[NUnit.Framework.DescriptionAttribute("Lists")]
@@ -135,7 +135,7 @@ this.ScenarioSetup(scenarioInfo);
#line 35
testRunner.And("I am redirected");
#line 36
testRunner.Then("I should see \"Manage Content for MyList\"");
testRunner.Then("I should see \"Manage MyList\"");
#line 37
testRunner.And("I should see \"MyContentItem\"");
#line hidden