Merge pull request #2723 from akoeplinger/fix-decimal-test-culture
authormonojenkins <jo.shields+jenkins@xamarin.com>
Fri, 4 Mar 2016 16:30:31 +0000 (16:30 +0000)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Fri, 4 Mar 2016 16:30:31 +0000 (16:30 +0000)
commitcec2e9ac7eac3fc5f1dd12eaf861efcc403ce484
treeb85cdce0f0f8aeefcc853c568b21df8a681ba8e3
parent45c27925697d01f0370b6544a12446918cbeb6d9
parentedd133b37116b277037a9a76516f01eba68d7140
Merge pull request #2723 from akoeplinger/fix-decimal-test-culture

[corlib] Fix three decimal tests to not rely on current culture for formatting

They'd fail on cultures where "." is not the decimal separator before.

I've also reenabled them on mobile cause the workaround for #27269 is no longer necessary since all bots are now on Mono 4.0+.

@monojenkins merge