From d27a7575d0b8b31870fdd62f1c1ccbbba835a517 Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Mon, 26 Jul 2010 01:20:44 -0700 Subject: [PATCH] Fixed a spec test to be less theme-specific --HG-- branch : dev --- src/Orchard.Specs/MultiTenancy.feature | 4 ++-- src/Orchard.Specs/MultiTenancy.feature.cs | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Orchard.Specs/MultiTenancy.feature b/src/Orchard.Specs/MultiTenancy.feature index 9805e77f7..9e3c76273 100644 --- a/src/Orchard.Specs/MultiTenancy.feature +++ b/src/Orchard.Specs/MultiTenancy.feature @@ -90,8 +90,8 @@ Scenario: A new tenant runs the setup | ConfirmPassword | 6655321 | And I hit "Finish Setup" And I go to "/Default.aspx" - Then I should see "

Scott Site

" - And I should see "Welcome, admin!" + Then I should see "Scott Site" + And I should see "Welcome" Scenario: An existing initialized tenant cannot have its database option cleared Given I have installed Orchard diff --git a/src/Orchard.Specs/MultiTenancy.feature.cs b/src/Orchard.Specs/MultiTenancy.feature.cs index eddf42486..f558dab40 100644 --- a/src/Orchard.Specs/MultiTenancy.feature.cs +++ b/src/Orchard.Specs/MultiTenancy.feature.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by SpecFlow (http://www.specflow.org/). -// SpecFlow Version:1.3.2.0 +// SpecFlow Version:1.3.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.3.2.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "1.3.0.0")] [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [NUnit.Framework.TestFixtureAttribute()] [NUnit.Framework.DescriptionAttribute("Multiple tenant management")] @@ -299,9 +299,9 @@ testRunner.And("I hit \"Finish Setup\""); #line 92 testRunner.And("I go to \"/Default.aspx\""); #line 93 -testRunner.Then("I should see \"

Scott Site

\""); +testRunner.Then("I should see \"Scott Site\""); #line 94 -testRunner.And("I should see \"Welcome, admin!\""); +testRunner.And("I should see \"Welcome\""); #line hidden testRunner.CollectScenarioErrors(); }