X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem%2FDecimalTest.cs;h=3bddac2e7dbcfae3592373c528cd653f8e6c92f4;hb=30c28c41d7859b7de6ecd7afb652468517048d12;hp=afd3b973d2e99a9fbe1ef2af6ffeef1048e0ea10;hpb=d3d3ae6b0132d8840a5be0b36afcf4240868eabb;p=mono.git diff --git a/mcs/class/corlib/Test/System/DecimalTest.cs b/mcs/class/corlib/Test/System/DecimalTest.cs index afd3b973d2e..3bddac2e7db 100644 --- a/mcs/class/corlib/Test/System/DecimalTest.cs +++ b/mcs/class/corlib/Test/System/DecimalTest.cs @@ -694,7 +694,7 @@ namespace MonoTests.System { Assert(1.2345678901234e-14 == (double)d); d = new Decimal(1.2342278901234e-25); - Assert((decimal)d == 1.234e-25m); + AssertEquals("A10", d, 1.234e-25m); // test exceptions try