Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenric Müller <hemuller@microsoft.com>2016-10-05 15:38:08 +0300
committerHenric Müller <hemuller@microsoft.com>2016-10-11 14:25:29 +0300
commit6676f790a8959d9e926181da796e7a3943822d1f (patch)
tree80258e4049bebbd07453679faecfd8db82bcea0a /mcs/class/WindowsBase
parentfe5fceab9cdfe2279fc088c9b02f8a0b8202339d (diff)
Setting Culture to en-us for ToStringTest
Diffstat (limited to 'mcs/class/WindowsBase')
-rw-r--r--mcs/class/WindowsBase/Test/System.Windows/RectTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/WindowsBase/Test/System.Windows/RectTest.cs b/mcs/class/WindowsBase/Test/System.Windows/RectTest.cs
index e83008d4452..6fddadb2f91 100644
--- a/mcs/class/WindowsBase/Test/System.Windows/RectTest.cs
+++ b/mcs/class/WindowsBase/Test/System.Windows/RectTest.cs
@@ -259,6 +259,7 @@ namespace MonoTests.System.Windows {
}
[Test]
+ [SetCulture ("en-us")]
public void ToStringTest ()
{
Rect r = new Rect (1.0, 2.5, 3, 4);