Commit 57ec9255 authored by Nick Craver's avatar Nick Craver

RC2: Remove CoreFX #1612 blocker - fix is released, yay!

https://github.com/dotnet/corefx/issues/1612 is now closed, tests
working.
parent 10581e86
......@@ -2953,8 +2953,7 @@ public void SO29343103_UtcDates()
var delta = returned - date;
Assert.IsTrue(delta.TotalMilliseconds >= -10 && delta.TotalMilliseconds <= 10);
}
[FactUnlessCoreCLR("https://github.com/dotnet/corefx/issues/1612")]
public void Issue261_Decimals()
{
var parameters = new DynamicParameters();
......@@ -2964,7 +2963,6 @@ public void Issue261_Decimals()
var c = parameters.Get<Decimal>("c");
c.IsEqualTo(11.884M);
}
[FactUnlessCoreCLR("https://github.com/dotnet/corefx/issues/1612")]
public void Issue261_Decimals_ADONET_SetViaBaseClass()
{
Issue261_Decimals_ADONET(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment