From 4d3934f7c91fc1b07a9f99c37d10c97021341225 Mon Sep 17 00:00:00 2001 From: Marcos Henrich Date: Tue, 1 Jul 2014 14:49:09 +0100 Subject: [PATCH] Changed UriPermutationsTest createMode to false. --- mcs/class/System/Test/System/UriPermutationsTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs/class/System/Test/System/UriPermutationsTest.cs b/mcs/class/System/Test/System/UriPermutationsTest.cs index f98e006aaaa..7455c4779e1 100644 --- a/mcs/class/System/Test/System/UriPermutationsTest.cs +++ b/mcs/class/System/Test/System/UriPermutationsTest.cs @@ -10,7 +10,7 @@ namespace MonoTests.System { // Set this to true to generate the expected values // The tests should run first on .NET with CreateMode = true // The generated files should then be used when running the tests in Mono with CreateMode = false - private const bool createMode = true; + private const bool createMode = false; private const string location = "./Test/System/UriPermutationsTest/"; -- 2.25.1