Skip to content

Instantly share code, notes, and snippets.

@agross
Created June 16, 2009 08:09
Show Gist options
  • Save agross/130591 to your computer and use it in GitHub Desktop.
Save agross/130591 to your computer and use it in GitHub Desktop.
--- a/src/FubuMVC.Tests/Controller/DictionaryConverterTester.cs
+++ b/src/FubuMVC.Tests/Controller/DictionaryConverterTester.cs
@@ -147,6 +147,7 @@ namespace FubuMVC.Tests.Controller
[Test]
public void safe_create_and_populate_should_throw_meaningful_error_message_with_all_problems()
{
+ System.Threading.Thread.CurrentThread.CurrentUICulture = System.Globalization.CultureInfo.InvariantCulture;
try
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment