Changed UriPermutationsTest createMode to false.
authorMarcos Henrich <marcos.henrich@xamarin.com>
Tue, 1 Jul 2014 13:49:09 +0000 (14:49 +0100)
committerMarcos Henrich <marcos.henrich@xamarin.com>
Tue, 1 Jul 2014 13:49:09 +0000 (14:49 +0100)
mcs/class/System/Test/System/UriPermutationsTest.cs

index f98e006aaaab09fb8b48b231acd5c9baacdff5d7..7455c4779e10df3b1f40cc5d9421b982cc9890c9 100644 (file)
@@ -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/";