You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
I have verified that I am running the latest version of Nancy
I have verified if the problem exist in both DEBUG and RELEASE mode
I have searched open and closed issues to ensure it has not already been reported
Description
The Unit test "Add_duplicate_parameter_in_different_casing_throws_argument_exception" failed when system Culture is not en.
The test compare the exception message to a constant string: "An item with the same key has already been added."
If the default system language is not englisch the test will fail.
Steps to Reproduce
Run the Unit Tests on a system with an other culture then "en".
System Configuration
I run the tests configured for de-DE
Nancy version:
Nancy host
ASP.NET
OWIN
Self-Hosted
Other:
Other Nancy packages and versions:
Environment (Operating system, version and so on):
.NET Framework version:
Additional information:
The text was updated successfully, but these errors were encountered:
khellang
added a commit
to khellang/Nancy
that referenced
this issue
Sep 15, 2016
Prerequisites
DEBUG
andRELEASE
modeDescription
The Unit test "Add_duplicate_parameter_in_different_casing_throws_argument_exception" failed when system Culture is not en.
The test compare the exception message to a constant string: "An item with the same key has already been added."
If the default system language is not englisch the test will fail.
Steps to Reproduce
Run the Unit Tests on a system with an other culture then "en".
System Configuration
I run the tests configured for de-DE
The text was updated successfully, but these errors were encountered: