Add module.txt & theme.txt handler mapping to NotFoundHandler in global web.config.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-09-27 13:09:17 -07:00
parent 72e4d8d93e
commit 10407a069c
12 changed files with 85 additions and 33 deletions

View File

@@ -213,7 +213,7 @@ namespace Orchard.Specs.Bindings {
}
}
[Then(@"the status should be (.*) (.*)")]
[Then(@"the status should be (.*) ""(.*)""")]
public void ThenTheStatusShouldBe(int statusCode, string statusDescription) {
Assert.That(Details.StatusCode, Is.EqualTo(statusCode));
Assert.That(Details.StatusDescription, Is.EqualTo(statusDescription));